Show / Hide Table of Contents

    Class LocalFileDistributedCacheEntry

    Represents a local file distributed cache entry.

    Inheritance
    System.Object
    LocalFileDistributedCacheEntry
    Namespace: Copper.Conventions.Method.Common.V1
    Assembly: Copper.Conventions.Method.Common.dll
    Syntax
    [DataContract]
    public class LocalFileDistributedCacheEntry

    Properties

    View Source

    Key

    Gets or sets the key.

    Declaration
    [DataMember]
    public string Key { get; set; }
    Property Value
    Type Description
    System.String

    The key.

    View Source

    LocalFileDistributedCacheEntryOptions

    Gets or sets the local file distributed cache entry options.

    Declaration
    [DataMember]
    public LocalFileDistributedCacheEntryOptions LocalFileDistributedCacheEntryOptions { get; set; }
    Property Value
    Type Description
    LocalFileDistributedCacheEntryOptions

    The local file distributed cache entry options.

    View Source

    Value

    Gets or sets the value.

    Declaration
    [DataMember]
    public byte[] Value { get; set; }
    Property Value
    Type Description
    System.Byte[]

    The value.

    • View Source
    Back to top Generated by DocFX