EvictionType Enumeration

 

Specifies the eviction used for a cache.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public enum EvictionType
public enum class EvictionType
type EvictionType
Public Enumeration EvictionType

Members

Member name Description
Lru

The cache uses an eviction policy of Least-Recently-Used (LRU).

None

The cache does not evict objects.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top