'DeclarationPublic Enum CacheOptions Inherits System.Enum
'UsageDim instance As CacheOptions
public enum CacheOptions : System.Enum
'DeclarationPublic Enum CacheOptions Inherits System.Enum
'UsageDim 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