You are here

function views_content_cache_plugin_cache::summary_title in Views content cache 6.2

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

File

views/views_content_cache_plugin_cache.inc, line 91

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 "Content cache";
}