UNPKG

strapi-plugin-rest-cache

Version:
16 lines (13 loc) 453 B
'use strict'; 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, };