ExtensionCacheEntry Class
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.
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). |