[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.CacheOptions

CacheOptions Enum

Defines the details of how caching is processed.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
[Flags]
public enum CacheOptions
<Flags>
Public Enum CacheOptions

Fields

Name 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.