seanjermey/craft-cache-permissions

Plugin allows you to restrict who can clear each cache group.

1.0.0 2020-03-18 23:22 UTC

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.

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require seanjermey/craft-cache-permissions
    
  3. 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