Found 27 packages
Cache management is an assembly which relies on memcached. Very useful in combination with generic repository pattern and LINQ. This assembly is a wrapper around the EnyimMemcached client. It's capable of enabling a generic caching mechanism for your application with only a few lines of code. Typically, it can be used as depicted in the following code sample, which demonstrates a lookup in the birdrepository. First the cache is consulted, if it doesn't exists the results will be retrieved from the repository. Eventually the result will be stored in cache. A POCO can be invalidated from the cache. All results which contain the specified POCO will be removed fromthe cache when method Invalidate is invoked.
An abp application module helps administrators to manage the app cache data.
Abp CacheManagement Module
Package Description