You are here

function views_content_cache_plugin_cache::summary_title in Views content cache 7.3

Same name and namespace in other branches
  1. 6.2 views/views_content_cache_plugin_cache.inc \views_content_cache_plugin_cache::summary_title()

Return a string to display as the clickable title for the access control.

Overrides views_plugin_cache::summary_title

File

views/views_content_cache_plugin_cache.inc, line 77
Provides the Views content cache, views cache plugin.

Class

views_content_cache_plugin_cache
Simple caching of query results for Views displays. Includes listening for changes/posts/deletions of certain node types.

Code

function summary_title() {
  return t('Content cache');
}