Skip to main content

IOdspCache Interface

Internal cache interface used within driver only

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

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

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

Signature

export interface IOdspCache extends INonPersistentCache

Extends: INonPersistentCache

Properties

Property Alerts Modifiers Type Description
persistedCache Alpha readonly IPersistedFileCache Persisted cache - only serializable content is allowed

Property Details

persistedCache

Persisted cache - only serializable content is allowed

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

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

Signature

readonly persistedCache: IPersistedFileCache;

Type: IPersistedFileCache