strapi-plugin-rest-cache
Version:
Speed-up HTTP requests with LRU cache
16 lines (13 loc) • 453 B
JavaScript
;
const { CachePluginStrategy } = require('./CachePluginStrategy');
const { CacheRouteConfig } = require('./CacheRouteConfig');
const { CacheProvider } = require('./CacheProvider');
const { CacheContentTypeConfig } = require('./CacheContentTypeConfig');
const { CacheKeysConfig } = require('./CacheKeysConfig');
module.exports = {
CachePluginStrategy,
CacheRouteConfig,
CacheProvider,
CacheContentTypeConfig,
CacheKeysConfig,
};