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

    Show / Hide Table of Contents

    Interface ISingleValueCache<V>

    Inherited Members
    IDisposable.Dispose()
    Namespace: LaunchDarkly.Cache
    Assembly: LaunchDarkly.Cache.dll
    Syntax
    public interface ISingleValueCache<V> : IDisposable
    Type Parameters
    Name Description
    V

    Properties

    HasValue

    Declaration
    bool HasValue { get; }
    Property Value
    Type Description
    bool

    Methods

    Clear()

    Declaration
    void Clear()

    Get()

    Declaration
    V Get()
    Returns
    Type Description
    V

    Set(V)

    Declaration
    void Set(V value)
    Parameters
    Type Name Description
    V value

    TryGetValue(out V)

    Declaration
    bool TryGetValue(out V value)
    Parameters
    Type Name Description
    V value
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX