Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Cache Expiration in ASP.NET

Cache Expiration in ASP.NET

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netdatabasesysadmin
8 Posts 4 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shabeer Ibrahim
    wrote on last edited by
    #1

    I want to cache sql view having more than 1 lakh records with more than 600 columns. At present i am caching the entire records in a single cache but it occupies nearly 0.5GB memory of my RAM. But the problem am facing is that i could not maintain the cache in the server for a period where i have set a absolute expiration of 10 hours, But the cache doesn't maintaini in the server for the mentioned expiration time. I have seen one article which says the size limitation of a cache must be between 2-3GB. Please suggest me * What are the limitations in caching where in a huge data handling project? *How can i play around with Caches in terms of dependencies both hardware and software? *What are the measurement criteria that needs to be taken care in Cache sizes and expiration policies? *On a given day we update the cache atleast thrice. so i need to recache it for certain interval of time. what are the advisables i need to take care of? Thanks in advance :)

    A 2 Replies Last reply
    0
    • S Shabeer Ibrahim

      I want to cache sql view having more than 1 lakh records with more than 600 columns. At present i am caching the entire records in a single cache but it occupies nearly 0.5GB memory of my RAM. But the problem am facing is that i could not maintain the cache in the server for a period where i have set a absolute expiration of 10 hours, But the cache doesn't maintaini in the server for the mentioned expiration time. I have seen one article which says the size limitation of a cache must be between 2-3GB. Please suggest me * What are the limitations in caching where in a huge data handling project? *How can i play around with Caches in terms of dependencies both hardware and software? *What are the measurement criteria that needs to be taken care in Cache sizes and expiration policies? *On a given day we update the cache atleast thrice. so i need to recache it for certain interval of time. what are the advisables i need to take care of? Thanks in advance :)

      A Offline
      A Offline
      AlexeiXX3
      wrote on last edited by
      #2

      Have you tried setting the cache priority to high or NotRemovable?

      Alexei Rodriguez

      S 1 Reply Last reply
      0
      • S Shabeer Ibrahim

        I want to cache sql view having more than 1 lakh records with more than 600 columns. At present i am caching the entire records in a single cache but it occupies nearly 0.5GB memory of my RAM. But the problem am facing is that i could not maintain the cache in the server for a period where i have set a absolute expiration of 10 hours, But the cache doesn't maintaini in the server for the mentioned expiration time. I have seen one article which says the size limitation of a cache must be between 2-3GB. Please suggest me * What are the limitations in caching where in a huge data handling project? *How can i play around with Caches in terms of dependencies both hardware and software? *What are the measurement criteria that needs to be taken care in Cache sizes and expiration policies? *On a given day we update the cache atleast thrice. so i need to recache it for certain interval of time. what are the advisables i need to take care of? Thanks in advance :)

        A Offline
        A Offline
        AlexeiXX3
        wrote on last edited by
        #3

        Please sign up with another user so yo can ask the same question again and again

        Alexei Rodriguez

        A 1 Reply Last reply
        0
        • A AlexeiXX3

          Please sign up with another user so yo can ask the same question again and again

          Alexei Rodriguez

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #4

          ...or may be they are two different team member on a same project :)

          Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

          A 1 Reply Last reply
          0
          • A Abhijit Jana

            ...or may be they are two different team member on a same project :)

            Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

            A Offline
            A Offline
            Abhishek Sur
            wrote on last edited by
            #5

            But if so, then how come those two wrote exactly the same question ?? :-\

            Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


            My Latest Articles-->** Simplify Code Using NDepend
            Basics of Bing Search API using .NET
            Microsoft Bing MAP using Javascript

            A 1 Reply Last reply
            0
            • A Abhishek Sur

              But if so, then how come those two wrote exactly the same question ?? :-\

              Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


              My Latest Articles-->** Simplify Code Using NDepend
              Basics of Bing Search API using .NET
              Microsoft Bing MAP using Javascript

              A Offline
              A Offline
              Abhijit Jana
              wrote on last edited by
              #6

              Abhishek Sur wrote:

              But if so, then how come those two wrote exactly the same question ??

              They Discussed in team meeting. Drafted the question together and posted separately. ;P

              Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

              A 1 Reply Last reply
              0
              • A Abhijit Jana

                Abhishek Sur wrote:

                But if so, then how come those two wrote exactly the same question ??

                They Discussed in team meeting. Drafted the question together and posted separately. ;P

                Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

                A Offline
                A Offline
                Abhishek Sur
                wrote on last edited by
                #7

                :laugh: :laugh: :thumbsup: Good Answer...

                Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


                My Latest Articles-->** Simplify Code Using NDepend
                Basics of Bing Search API using .NET
                Microsoft Bing MAP using Javascript

                1 Reply Last reply
                0
                • A AlexeiXX3

                  Have you tried setting the cache priority to high or NotRemovable?

                  Alexei Rodriguez

                  S Offline
                  S Offline
                  Shabeer Ibrahim
                  wrote on last edited by
                  #8

                  Thank you for reply ya i tried with that option only still exists same probelm

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups