public enum CacheItemStatus : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CacheItemStatus Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Actual | The cache is actual. |
Dirty | The cache does not correspond to the actual Salesforce table data. |
New | The cache is created recently and is not filled yet. It will be filled when the first query to this table will be executed. |
System.Object
System.ValueType
System.Enum
Devart.Data.Salesforce.CacheItemStatus