UNPKG

strapi-plugin-rest-cache

Version:
28 lines (26 loc) 590 B
'use strict'; 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', }, ], };