UNPKG

@medusajs/cache-inmemory

Version:

In-memory Cache Module for Medusa

9 lines 490 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.InMemoryCacheService = void 0; var inmemory_cache_1 = require("./inmemory-cache"); Object.defineProperty(exports, "InMemoryCacheService", { enumerable: true, get: function () { return __importDefault(inmemory_cache_1).default; } }); //# sourceMappingURL=index.js.map