Table of Contents

Enum CMSCacheItemRemovedReason

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Specifies the reason an item was removed from the cache.

public enum CMSCacheItemRemovedReason
Extension Methods

Fields

DependencyChanged = 3

The item is removed from the cache because the cache dependency associated with it changed.

Expired = 1

The item is removed from the cache because it expired.

Removed = 0

The item is removed from the cache because of method remove or replace.

Underused = 2

The item is removed from the cache because the system removed it to free memory.