UNPKG

@envelop/response-cache

Version:

- Skip the execution phase and reduce server load by caching execution results in-memory. - Customize cache entry time to live based on fields and types within the execution result. - Automatically invalidate the cache based on mutation selection sets. -

8 lines (7 loc) 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./in-memory-cache.js"), exports); tslib_1.__exportStar(require("./plugin.js"), exports); tslib_1.__exportStar(require("./cache.js"), exports); tslib_1.__exportStar(require("./hash-sha256.js"), exports);