CacheItemKey.ContentHash Property

Definition

Gets the cache key, in most cases this will be a hash value.

public:
 property ReadOnlyMemory<System::Byte> ContentHash { ReadOnlyMemory<System::Byte> get(); };
[System.Runtime.Serialization.DataMember(Order=0)]
public ReadOnlyMemory<byte> ContentHash { get; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.ContentHash : ReadOnlyMemory<byte>
Public ReadOnly Property ContentHash As ReadOnlyMemory(Of Byte)

Property Value

Attributes

Applies to