0.4.0 • Published 26 days ago
@extra-workflow/extra-disk-cache v0.4.0
@extra-workflow/extra-disk-cache
Install
npm install --save @extra-workflow/extra-disk-cache
# or
yarn add @extra-workflow/extra-disk-cache
API
DiskStore
class DiskStore<T> implements IStore<T> {
constructor(view: DiskCacheView<number, IRecord<T>>)
}