You are here

property views_plugin_cache::$table in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 plugins/views_plugin_cache.inc \views_plugin_cache::table
  2. 7.3 plugins/views_plugin_cache.inc \views_plugin_cache::table

What table to store data in.

File

plugins/views_plugin_cache.inc, line 17

Class

views_plugin_cache
The base plugin to handle caching.

Code

var $table = 'cache_views_data';