Table of Contents

Enum EntrySource

Namespace
The.Caching
Assembly
Instagile.dll

Indicates the origin of a cache entry.

public enum EntrySource

Fields

Explicit = 1

Entry was added explicitly by application code.

Preload = 0

Entry was loaded from the persistent cache at startup.

Store = 2

Entry was fetched from the database according to an application query.

Synthetic = 3

Entry 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.