You are here

public function CacheInvalidator::__construct in Permissions by Term 8.2

File

src/Cache/CacheInvalidator.php, line 14

Class

CacheInvalidator

Namespace

Drupal\permissions_by_term\Cache

Code

public function __construct(Cache $cache) {
  $this->cache = $cache;
}