Community discussion forum

Cache related query

Tags: asp.net India
  • 1 year ago

     

    Whenever I create a cache object in my web page, is that object user specific or public (can it can be accessed by all users simultaneously accessing the web page)?

  • 1 year ago

    Hi,

    From memory, the cache object is similar to the application object, so any items that you add into the cache are available for all visitors.

    It is only held until the app pool is recycled or it is removed due to memory or timeout specifications etc.

    Si

Post a reply

Enter your message below

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!