/** * Response caching * * @module veryfront/agent/middleware/cache */ export { type CacheConfig, type CacheEntry, cacheMiddleware, createCache } from "./cache.js"; //# sourceMappingURL=index.d.ts.map