Enum WriteOutcome
Result of a WritePolicy determination.
public enum WriteOutcome
Fields
None = 0Do not store cache entries for this type.
Persistent = 2Store cache entries on disk for long-term use.
Transient = 1Store cache entries in memory for the lifetime of a framework instance.