This project is not covered by Drupal’s security advisory policy.

The Cache UI module aims to provide the missing UI for cache bins and entries.

Warning! Experimental module, use with caution.

Features

This module provides a new UI to list cache bins at /admin/config/development/cache-ui. Each cache bin can be purged or listed with the operation links. If the cache backend is supported users can see a list of entries on each supported cache bin's listing page.

Predefined known cache keys
For unsupported cache bins users can define known cache keys from configuration.
Predefined cache keys must follow this format.

cache:
  static:
    -
      cid: 'example.cache.key.preload'
      cid: 'some.other.key.preload'

Adding new cache entries from UI
Create new cache entries using the action button located on the bin's listing page. When inserting a valid PHP serialized string, the value will be unserialized to allow inserting complex values.

Roadmap

  • Create service decorator for cache backends
  • Add more cache backend integrations
  • Add configurable display options for cached data (possible are json, yml, var_export)

Project information

Releases