```sh npm install --save @extra-workflow/extra-disk-cache # or yarn add @extra-workflow/extra-disk-cache ```
npm install @extra-workflow/extra-disk-cachesh
npm install --save @extra-workflow/extra-disk-cache
or
yarn add @extra-workflow/extra-disk-cache
`API
$3
`ts
class DiskStore implements IStore {
constructor(view: DiskCacheView>)
}
``