views_plugin_cache::$table
What table to store data in.
Type: table
File
-
plugins/
views_plugin_cache.inc, line 29
Class
- views_plugin_cache
- The base plugin to handle caching.
Code
public $table = 'cache_views_data';
What table to store data in.
Type: table
public $table = 'cache_views_data';