Skip to main content

ICacheEntry Interface

Cache entry. Identifies file that this entry belongs to, and type of content stored in it.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/odsp-driver-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export interface ICacheEntry extends IEntry

Extends: IEntry

Properties

Property Alerts Type Description
file Alpha IFileEntry Identifies file in storage this cached entry is for

Property Details

file

Identifies file in storage this cached entry is for

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/odsp-driver-definitions/alpha.

For more information about our API support guarantees, see here.

Signature

file: IFileEntry;

Type: IFileEntry