NET Caching Library Help
ScavengingType Enumeration




KellermanSoftware.NetCachingLibrary Namespace : ScavengingType Enumeration
Determines what priority to scavenge items from the cache
Syntax
'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 
Members
MemberDescription
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetCachingLibrary.ScavengingType

Requirements

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

See Also

Reference

KellermanSoftware.NetCachingLibrary Namespace