Extend Cache Lifespan ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am currently caching some objects on the client in a windows application
but was wondering if it was possible to extend the life of the cache so when
I close my application down the contents of the cache remain to be accessed
later.
 
Cache is memory. If you want anything to persist beyond the lifetime of the
app, you need to save it to a file or database.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top