views_plugin_cache::$table
Same name in other branches
- 7.x-3.x plugins/views_plugin_cache.inc \views_plugin_cache::table
What table to store data in.
Type: table
File
-
plugins/
views_plugin_cache.inc, line 17
Class
- views_plugin_cache
- The base plugin to handle caching.
Code
var $table = 'cache_views_data';