You are here

protected property SmartTag::$cache in Tome 8

Determines whether or not cache should be used. Defaults to TRUE.

Type: bool

File

modules/tome_static/modules/tome_static_super_cache/src/Plugin/views/cache/SmartTag.php, line 26

Class

SmartTag
Omits list cache tags from a View and expires cache on entity CRUD.

Namespace

Drupal\tome_static_super_cache\Plugin\views\cache

Code

protected $cache = FALSE;