https://github.com/thecodingmachine/utils.cache.purge-ui
This package contains a user interface that will add a 'Purge cache' button to Mouf, allowing you to purge any PSR-6, PSR-16, Doctrine and Mouf cache easily.
https://github.com/thecodingmachine/utils.cache.purge-ui
Last synced: 12 months ago
JSON representation
This package contains a user interface that will add a 'Purge cache' button to Mouf, allowing you to purge any PSR-6, PSR-16, Doctrine and Mouf cache easily.
- Host: GitHub
- URL: https://github.com/thecodingmachine/utils.cache.purge-ui
- Owner: thecodingmachine
- Created: 2018-06-20T08:24:52.000Z (almost 8 years ago)
- Default Branch: 1.0
- Last Pushed: 2018-06-20T09:49:30.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T12:30:30.623Z (over 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Purge cache UI for Mouf
=======================
When you include this library in your [Mouf](http://mouf-php.com) project, an additional button appears in the Mouf navigation bar.
By clicking this button, you can purge automatically all PSR-6, PSR-16, Doctrine and Mouf cache instances that are declared in Mouf.
Also, a "cache" menu item is added providing a UI letting UI selectively purge some cache pools.
Furthermore, this package provides an interface: `Mouf\Utils\Cache\Purge\PurgeableInterface`.
If you implement this interface on your Mouf instances, the `purge` method will be automatically
called when you click the "Purge cache" button in Mouf UI.