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.