ICacheEntry Interface
Cache entry. Identifies file that this entry belongs to, and type of content stored in it.
Signature
export interface ICacheEntry extends IEntry
Extends: IEntry
Properties
| Property | Type | Description |
|---|---|---|
| file | IFileEntry | Identifies file in storage this cached entry is for |
Property Details
file
Identifies file in storage this cached entry is for
Signature
file: IFileEntry;
Type: IFileEntry