Skip to content

extra-workflow/extra-disk-cache

Repository files navigation

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