You are here

public function SmartTag::enableCache in Tome 8

Enables cache.

File

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

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

public function enableCache() {
  $this->cache = TRUE;
}