simple-on-disk-cache
Version:
A simple on-disk cache, supporting local and remote filesystem targets, with time based expiration policies.
5 lines (4 loc) • 298 B
TypeScript
export type { DirectoryToPersistTo, SimpleOnDiskCache, SimpleOnDiskCacheCloudAdapter, } from './cache';
export { createCache } from './cache';
export { InvalidOnDiskCacheKeyError } from './key/assertIsValidOnDiskCacheKey';
export { castToSafeOnDiskCacheKey } from './key/castToSafeOnDiskCacheKey';