ICacheAndTracker Interface
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 ICacheAndTracker
Properties
Property | Alerts | Type | Description |
---|---|---|---|
cache | Alpha |
IOdspCache | |
epochTracker | Alpha |
EpochTracker |
Property Details
cache
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
cache: IOdspCache;
Type: IOdspCache
epochTracker
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
epochTracker: EpochTracker;
Type: EpochTracker