adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / CacheUsageOptions Enumeration


In This Topic
    CacheUsageOptions Enumeration
    In This Topic
    Specifies how cached objects should be handled.
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum CacheUsageOptions 
       Inherits System.Enum
    [Flags()]
    public enum CacheUsageOptions : System.Enum 
    [Flags()]
    public enum class CacheUsageOptions : public System.Enum 
    Members
    MemberValueDescription
    RefetchAlways1 The cached object is always refreshed
    RefetchIfStale0 The cached object is refreshed if it is stale
    RefetchNever2 The cached object is never refreshed
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.CacheUsageOptions

    See Also