@putout/cli-cache
v6.0.2
Published
The cache of Places found by 🐊Putout
Readme
@putout/cli-cache 
Store to cache information about files processed by 🐊Putout to nearest node_modules/.cache directory.
Install
npm i @putout/cli-cacheExample
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();License
MIT
