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 SourceLocalFileDistributedCacheOptions()
Initializes a new instance of the LocalFileDistributedCacheOptions class.
Declaration
public LocalFileDistributedCacheOptions()
Properties
View SourcePath
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. |