function ctools_cache_plugin_type

@file Contains plugin type registration information for the cache tool.

File

includes/cache.plugin-type.inc, line 8

Code

function ctools_cache_plugin_type(&$items) {
    // There are no options to declare on this plugin at this time.
    $items['cache'] = array();
}