| ICompactableCacheCompact Method | 
            Tries to remove the specified percentage of items from the cache.
            
 
Namespace: CMS.Helpers.Caching.AbstractionsAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
 Syntax
Syntaxvoid Compact(
	double percentage
)
Parameters
- percentage
- Type: SystemDouble
 Percentage by which to reduce the cache size.
 See Also
See Also