UNPKG

apollo-server-caching

Version:

[![npm version](https://badge.fury.io/js/apollo-server-caching.svg)](https://badge.fury.io/js/apollo-server-caching) [![Build Status](https://circleci.com/gh/apollographql/apollo-server/tree/main.svg?style=svg)](https://circleci.com/gh/apollographql/apoll

10 lines 817 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runKeyValueCacheTests = exports.PrefixingKeyValueCache = exports.InMemoryLRUCache = void 0; var InMemoryLRUCache_1 = require("./InMemoryLRUCache"); Object.defineProperty(exports, "InMemoryLRUCache", { enumerable: true, get: function () { return InMemoryLRUCache_1.InMemoryLRUCache; } }); var PrefixingKeyValueCache_1 = require("./PrefixingKeyValueCache"); Object.defineProperty(exports, "PrefixingKeyValueCache", { enumerable: true, get: function () { return PrefixingKeyValueCache_1.PrefixingKeyValueCache; } }); var testsuite_1 = require("./testsuite"); Object.defineProperty(exports, "runKeyValueCacheTests", { enumerable: true, get: function () { return testsuite_1.runKeyValueCacheTests; } }); //# sourceMappingURL=index.js.map