You are here

function views_content_cache_ctools_plugin_type in Views content cache 7.3

Implements hook_ctools_plugin_type().

File

./views_content_cache.module, line 410
Views content cache cache.

Code

function views_content_cache_ctools_plugin_type() {
  return array(
    'plugins' => array(
      'cache' => TRUE,
      'use hooks' => TRUE,
    ),
  );
}