@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>>) }