1.0.4
Deprecated updateAtIndex
and removeAtIndex
in IStorageStrategy
and IStorageStrategy
.
Use update
and remove
.
You will also find that the signature of remove
is now remove?(index: number, entity: ICachePair<any>, cacheKey: string): void;
The only difference here is that the removeable entity
is passed to the callback so it can be used for finding the correct object to remove in the selected storage.