Click or drag to resize
ICompactableCache Interface
Represents a cache that supports compacting to reduce its size.

Namespace: CMS.Helpers.Caching.Abstractions
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public interface ICompactableCache

The ICompactableCache type exposes the following members.

Methods
  NameDescription
Public methodCompact
Tries to remove the specified percentage of items from the cache.
Top
See Also