Show / Hide Table of Contents

    Class LocalFileDistributedCacheOptions

    Represents the options for a local file distributed cache.

    Inheritance
    System.Object
    LocalFileDistributedCacheOptions
    Namespace: Copper.Conventions.Method.Common.V1
    Assembly: Copper.Conventions.Method.Common.dll
    Syntax
    public class LocalFileDistributedCacheOptions

    Constructors

    View Source

    LocalFileDistributedCacheOptions()

    Initializes a new instance of the LocalFileDistributedCacheOptions class.

    Declaration
    public LocalFileDistributedCacheOptions()

    Properties

    View Source

    Path

    Gets or sets the path of the local cache file.

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    The path of the local cache file.

    • View Source
    Back to top Generated by DocFX