UNPKG

@epic-web/cachified

Version:
11 lines (10 loc) 618 B
export type { CachifiedOptions, CachifiedOptionsWithSchema, Cache, CacheEntry, CacheMetadata, Context, GetFreshValue, GetFreshValueContext, } from './common'; export { staleWhileRevalidate, totalTtl, createCacheEntry } from './common'; export * from './reporter'; export { createBatch } from './createBatch'; export { cachified, getPendingValuesCache } from './cachified'; export { cachified as default } from './cachified'; export { shouldRefresh, isExpired } from './isExpired'; export { assertCacheEntry } from './assertCacheEntry'; export { softPurge } from './softPurge'; export { configure } from './configure';