Show / Hide Table of Contents

Class CachePolicy

Inheritance
object
CachePolicy
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
In this article
Back to top Generated by DocFX