https://github.com/staylor/johnny-cache
Manage your WP's Memcached, clear cache by group
https://github.com/staylor/johnny-cache
Last synced: about 2 months ago
JSON representation
Manage your WP's Memcached, clear cache by group
- Host: GitHub
- URL: https://github.com/staylor/johnny-cache
- Owner: staylor
- Created: 2012-11-03T05:51:33.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T15:45:47.000Z (over 10 years ago)
- Last Synced: 2025-01-28T21:18:24.978Z (over 1 year ago)
- Language: PHP
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Johnny Cache ===
Contributors: wonderboymusic
Tags: cache, Memcached, admin, Batcache, flush cache, manage cache, object cache, WP Object Cache
Requires at least: 3.0
Tested up to: 3.3
Stable tag: 0.1
Provides an admin interface for inspecting Memcached instances and flushing items by key or group in an AJAX fashion.
== Description ==
*This is a beta release. If anything breaks, SORRY! Drop me a note to report a bug.*
Provides an admin interface for inspecting Memcached instances and flushing items by key or group in an AJAX fashion. This should be considered a pre-release beta be-super-careful-when-using-type release.
I'll be updating this plugin a lot soon.
== Installation ==
Activate the plugin.
You MUST install the PECL Memcached extension and have Ryan's Memcached WP Object Cache plugin installed for this work / not throw fatal errors everywhere - I'll make this smoother later.
== Changelog ==
= 0.1 =
* Initial release