Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CacheOptions Enumeration


CacheOptions Enumeration
Defines the details of how caching is processed.
Syntax
'Declaration
 
Public Enum CacheOptions 
   Inherits System.Enum
 
'Usage
 
Dim instance As CacheOptions
Members
MemberDescription
AggressiveCaching should be used as much as possible. Cached data will have a long life in memory.
NoneNo caching used.
OnThe caching should be used. Cached data will have short life in memory. This is default option.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.CalcEngine.CacheOptions

See Also