The cache of Places found by 🐊Putout
npm install @putout/cli-cache[NPMIMGURL]: https://img.shields.io/npm/v/@putout/cli-cache.svg?style=flat&longCache=true
[NPMURL]: https://npmjs.org/package/@putout/cli-cache "npm"
Store to cache information about files processed by 🐊Putout to nearest node_modules/.cache directory.
```
npm i @putout/cli-cache
`js
import {createCache} from '@putout/cli-cache';
const fileCache = await createCache({
version,
cache,
fresh,
});
const places = fileCache.getPlaces(name);
fileCache.canUseCache(name, options);
fileCache.removeEntry(name);
fileCache.setInfo(name, places, options);
fileCache.reconcile();
``
MIT