seanjermey / craft-cache-permissions
Plugin allows you to restrict who can clear each cache group.
Installs: 335
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0-RC1
This package is auto-updated.
Last update: 2025-05-26 04:41:30 UTC
README
Plugin allows you to restrict who can clear each cache group based on their user group.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require seanjermey/craft-cache-permissions
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Cache Permissions.
Cache Permissions Overview
Individually choose which caches a user group can clear.
Users will only be able to clear the caches they have permission for.
Works great with CP Clear Cache
Brought to you by Sean Jermey