public function CacheInvalidator::__construct in Permissions by Term 8.2
File
- src/
Cache/ CacheInvalidator.php, line 14
Class
Namespace
Drupal\permissions_by_term\CacheCode
public function __construct(Cache $cache) {
$this->cache = $cache;
}