import { t as CreateObjectCacheBackendFn } from "../types-D5VVLr7J.mjs"; //#region src/object-cache/memory.d.ts /** * Create the in-isolate memory backend. * * Config keys (all optional): * - `maxEntries` — soft cap on stored keys; oldest insertions are evicted * first when exceeded (FIFO, cheap and good enough for a backstop). Default * 1000. */ declare const createObjectCache: CreateObjectCacheBackendFn; //#endregion export { createObjectCache }; //# sourceMappingURL=memory.d.mts.map