UNPKG

simple-on-disk-cache

Version:

A simple on-disk cache, supporting local and remote filesystem targets, with time based expiration policies.

4 lines (3 loc) 235 B
export { createCache, SimpleOnDiskCache, DirectoryToPersistTo } from './cache'; export { InvalidOnDiskCacheKeyError } from './key/assertIsValidOnDiskCacheKey'; export { castToSafeOnDiskCacheKey } from './key/castToSafeOnDiskCacheKey';