You are here

public function SmartTag::disableCache in Tome 8

Disables cache.

File

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

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 disableCache() {
  $this->cache = FALSE;
}