Show / Hide Table of Contents

Class CachePolicy

Inheritance
System.Object
CachePolicy
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public static class CachePolicy : Object

Properties

Always

The default policy, caches items indefinitely.

Declaration
public static ICachePolicy Always { get; }
Property Value
Type Description
ICachePolicy

ConcurrentAlways

Caches items indefinitely, threadsafe.

Declaration
public static ICachePolicy ConcurrentAlways { get; }
Property Value
Type Description
ICachePolicy
In This Article
Back to top Generated by DocFX