Save cache manager persistently data in .NET application

I’m using CacheManager from Michaco. It’s a caching framework for C#. But it seems to work only save the data in memory, is possible to save that cache persistently? I want that cache data to persist even when the application get finished.

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.