LaunchDarkly OpenFeature provider for the Server-Side SDK for .NET
Search Results for

    Show / Hide Table of Contents

    Class Caches

    Inheritance
    object
    Caches
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Cache
    Assembly: LaunchDarkly.Cache.dll
    Syntax
    public abstract class Caches

    Constructors

    Caches()

    Declaration
    protected Caches()

    Methods

    KeyValue<K, V>()

    Declaration
    public static CacheBuilder<K, V> KeyValue<K, V>()
    Returns
    Type Description
    CacheBuilder<K, V>
    Type Parameters
    Name Description
    K
    V

    SingleValue<V>()

    Declaration
    public static SingleValueCacheBuilder<V> SingleValue<V>()
    Returns
    Type Description
    SingleValueCacheBuilder<V>
    Type Parameters
    Name Description
    V
    In this article
    Back to top Generated by DocFX