https://github.com/loadsys/cacheextended
A CakePHP 2.x plugin for extending and managing the cache.
https://github.com/loadsys/cacheextended
Last synced: 11 months ago
JSON representation
A CakePHP 2.x plugin for extending and managing the cache.
- Host: GitHub
- URL: https://github.com/loadsys/cacheextended
- Owner: loadsys
- Created: 2012-11-01T17:16:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-01T20:58:01.000Z (about 13 years ago)
- Last Synced: 2025-01-09T03:14:52.213Z (about 1 year ago)
- Language: PHP
- Size: 113 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CacheExtended
=============
A CakePHP 2.x plugin for extending and managing the cache.
The main purpose of this app is to provide an easy interface for clearing the
cache, both on commandline and in the browser, and to extend cache engines when
necessary.
*This plugin is in progress, and probably won't work for you*
## Configuration
Currently Memcache is the only engine supported for listing cache items. You
need to set your cache engine to the following for it to work:
CacheExtended.MemcacheExtended
## Usage
### In the Browser
Navigate to /admin/cache_extended/cache_manager to view the list of existing
cache configurations. You'll see options to list or clear the contents of each
cache.
### Shell and Commandline
You can clear the cache using the following command on the commandline.
cake CacheExtended.cache