Click or drag to resize
ICompactableCacheCompact Method
Tries to remove the specified percentage of items from the cache.

Namespace: CMS.Helpers.Caching.Abstractions
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
void Compact(
	double percentage
)

Parameters

percentage
Type: SystemDouble
Percentage by which to reduce the cache size.
See Also