Spread WPF 18
GrapeCity.CalcEngine Namespace / CacheOptions Enumeration


In This Topic
    CacheOptions Enumeration
    In This Topic
    Defines the details of how caching is processed.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum CacheOptions 
       Inherits System.Enum
    'Usage
     
    Dim instance As CacheOptions
    [Flags()]
    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