Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CacheOptions Enumeration


In This Topic
    CacheOptions Enumeration
    In This Topic
    Defines the details of how caching is processed.
    Syntax
    'Declaration
     
    
    Public Enum CacheOptions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CacheOptions
    public enum CacheOptions : System.Enum 
    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