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 SourceKey
Gets or sets the key.
Declaration
[DataMember]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String | The key. |
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. |
Value
Gets or sets the value.
Declaration
[DataMember]
public byte[] Value { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The value. |