Extend Cache Lifespan ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • poppy

    #1

    Extend Cache Lifespan ?

    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.
  • Kevin Spencer

    #2
    Re: Extend Cache Lifespan ?

    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.


    "poppy" <poppy@discussi ons.microsoft.c omwrote in message
    news:DDB6E83D-D6AD-4CC4-A806-454D712A5B09@mi crosoft.com...
    >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.

    Comment

    Working...