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