strapi-plugin-rest-cache
Version:
Speed-up HTTP requests with LRU cache
28 lines (26 loc) • 590 B
JavaScript
;
module.exports = {
actions: [
{
section: 'plugins',
displayName: 'Purge cache',
uid: 'cache.purge',
subCategory: 'purge',
pluginName: 'rest-cache',
},
{
section: 'plugins',
displayName: 'Read cache strategy configuration',
uid: 'cache.read-strategy',
subCategory: 'read',
pluginName: 'rest-cache',
},
{
section: 'plugins',
displayName: 'Read cache provider configuration',
uid: 'cache.read-provider',
subCategory: 'read',
pluginName: 'rest-cache',
},
],
};