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 |