'Declaration Public Enum ScavengingType Inherits System.Enum
'Usage Dim instance As ScavengingType
public enum ScavengingType : System.Enum
__value public enum ScavengingType : public System.Enum
public enum class ScavengingType : public System.Enum
'Declaration Public Enum ScavengingType Inherits System.Enum
'Usage Dim instance As ScavengingType
public enum ScavengingType : System.Enum
__value public enum ScavengingType : public System.Enum
public enum class ScavengingType : public System.Enum
Member | Description |
---|---|
LargestSizeInBytes | Delete the largest items first |
LeastRecentlyUsed | Delete items that are least recently used first |
Oldest | Delete the oldest items in the cache first |
SmallestSizeInBytes | Delete the smallest items first |
System.Object
System.ValueType
System.Enum
KellermanSoftware.NetCachingLibrary.ScavengingType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2