FluidCache Class
A cache that can be used by the Fluid ODSP driver to cache data for faster performance.
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/driver-web-cache/legacy
.
For more information about our API support guarantees, see here.
Signature
export declare class FluidCache implements IPersistedCache
Implements: IPersistedCache
Constructors
Constructor | Alerts | Description |
---|---|---|
(constructor)(config) | Alpha |
Constructs a new instance of the FluidCache class |
Constructor Details
(constructor)
Constructs a new instance of the FluidCache
class
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
constructor(config: FluidCacheConfig);
Parameters
Parameter | Type | Description |
---|---|---|
config | FluidCacheConfig |