Hey All,
I am looking into ways on how to create a client application cache. It would be nice if it would let me set and get objects from the cache, and even clean the cache if things are older then a specified time.
Does .NET have built in support for this or do I need to roll my own solution? Are there any caching frameworks that exist?
Thanks!
I am looking into ways on how to create a client application cache. It would be nice if it would let me set and get objects from the cache, and even clean the cache if things are older then a specified time.
Does .NET have built in support for this or do I need to roll my own solution? Are there any caching frameworks that exist?
Thanks!
Comment