Table of Contents

Enum WriteOutcome

Namespace
The.Caching.Policy
Assembly
Instagile.dll

Result of a WritePolicy determination.

public enum WriteOutcome

Fields

None = 0

Do not store cache entries for this type.

Persistent = 2

Store cache entries on disk for long-term use.

Transient = 1

Store cache entries in memory for the lifetime of a framework instance.