/** * Cloudflare Cache Store Exports * * Main export: * - CFCacheStore - Production cache store using Cloudflare's Cache API * * Header constants (for inspection/debugging): * - CACHE_STALE_AT_HEADER - Header containing staleness timestamp * - CACHE_STATUS_HEADER - Header containing HIT/REVALIDATING status */ export { CFCacheStore, type CFCacheStoreOptions } from "./cf-cache-store.js"; export { CACHE_STALE_AT_HEADER, CACHE_STATUS_HEADER } from "./cf-cache-store.js"; export { type CacheStatus, MAX_REVALIDATION_INTERVAL } from "./cf-cache-store.js"; //# sourceMappingURL=index.d.ts.map