'Declaration
Public Enum CacheOptions Inherits System.Enum
'Usage
Dim instance As CacheOptions
public enum CacheOptions : System.Enum
'Declaration
Public Enum CacheOptions Inherits System.Enum
'Usage
Dim instance As CacheOptions
public enum CacheOptions : System.Enum
Member | Description |
---|---|
Aggressive | Caching should be used as much as possible. Cached data will have a long life in memory. |
None | No caching used. |
On | The caching should be used. Cached data will have short life in memory. This is default option. |
System.Object
System.ValueType
System.Enum
GrapeCity.CalcEngine.CacheOptions