Enum EntrySource
Indicates the origin of a cache entry.
public enum EntrySource
Fields
Explicit = 1Entry was added explicitly by application code.
Preload = 0Entry was loaded from the persistent cache at startup.
Store = 2Entry was fetched from the database according to an application query.
Synthetic = 3Entry was inferred to be desirable due to a query, although the application didn't specifically request it.
Remarks
Controls eviction priority and overrides refresh behaviour.