Visual Basic (Declaration) | |
---|---|
Public Enum CachePolicy Inherits System.Enum |
C# | |
---|---|
public enum CachePolicy : System.Enum |
Member | Description |
---|---|
All | Keeps every loaded object in memory. |
None | Does not cache, allways loads from storage. |
Recent | Keeps a history of objects in memory (see CacheKeepAliveXXX properties) |
System.Object
System.ValueType
System.Enum
CSharpTest.Net.Collections.CachePolicy
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7