Class CachePolicy
Inherited Members
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public static class CachePolicy
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 |