UNPKG

@medusajs/cache-inmemory

Version:

In-memory Cache Module for Medusa

4 lines 303 B
import { ExternalModuleDeclaration, ICacheService } from "@medusajs/framework/types"; import { InMemoryCacheModuleOptions } from "../types"; export declare const initialize: (options?: InMemoryCacheModuleOptions | ExternalModuleDeclaration) => Promise<ICacheService>; //# sourceMappingURL=index.d.ts.map