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.
|
Name |
Location | Description |
|---|---|---|
| CachePluginBase |
drupal/ |
The base plugin to handle caching. |
| None |
drupal/ |
Caching plugin that provides no caching at all. |
| Time |
drupal/ |
Simple caching of query results for Views displays. |