CSharpTest.Net
CachePolicy Enumeration
See Also  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace : CachePolicy Enumeration

Glossary Item Box

Determines the type of node caching used in the tree

Syntax

Visual Basic (Declaration) 
Public Enum CachePolicy 
   Inherits System.Enum
C# 
public enum CachePolicy : System.Enum 

Members

MemberDescription
AllKeeps every loaded object in memory.
NoneDoes not cache, allways loads from storage.
RecentKeeps a history of objects in memory (see CacheKeepAliveXXX properties)

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         CSharpTest.Net.Collections.CachePolicy

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys