Share via


ExtensionCacheEntry Class

Definition

Summary of cached extension data.

[System.Runtime.Serialization.DataContract]
public class ExtensionCacheEntry
[<System.Runtime.Serialization.DataContract>]
type ExtensionCacheEntry = class
Public Class ExtensionCacheEntry
Inheritance
ExtensionCacheEntry
Attributes

Constructors

ExtensionCacheEntry(ExtensionIdentificationToken, IReadOnlyDictionary<String,DateTime>, String, IReadOnlyCollection<String>)

Properties

DataMoniker

Gets the data type moniker (type of the data stored).

Extension

Gets the extension identifier.

SectionNames

Gets the available set of section names.

Timestamps

Gets the file paths and timestamp for cache validation (in UTC).

Applies to