Interface ICompactableCache
- Namespace
- CMS.Helpers.Caching.Abstractions
- Assembly
- CMS.Helpers.dll
Represents a cache that supports compacting to reduce its size.
public interface ICompactableCache
- Extension Methods
Methods
Compact(double)
Tries to remove the specified percentage of items from the cache.
void Compact(double percentage)
Parameters
percentage
doublePercentage by which to reduce the cache size.