=== Voce Group Keys === Contributors: banderon Tags: cache, group, keys Requires at least: 2.8 Tested up to: 4.0 Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Create string keys for caching based off of specified groups, allowing clearing keys based on the groups to which they belong. == Description == Gives functions to use to generate strings to use as keys for caching. Keys are generated based on a passed in name and zero or more groups. Providing the same name and groups will return the same key until the entire cache is cleared or the cache for a specific group name is cleared. == Installation == 1. Upload `voce-group-keys.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Use the plugin's functions where necessary in your code, making sure to check if the plugin is enabled == Usage == $key: STRING $groups: STRING|ARRAY `