Views cache plugins in Views (for Drupal 7) 8.3
The base plugin to handler caching of a view.
Cache plugins can handle both caching of just the database result and the rendered output of the view.
File
- lib/
Drupal/ views/ Plugin/ views/ cache/ CachePluginBase.php, line 15 - Definition of Drupal\views\Plugin\views\cache\CachePluginBase.
Classes
Name | Location | Description |
---|---|---|
CachePluginBase |
lib/ |
The base plugin to handle caching. |
None |
lib/ |
Caching plugin that provides no caching at all. |
Time |
lib/ |
Simple caching of query results for Views displays. |