CacheItemKey.ContentHash Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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