You are here

public function KeyValueCache::__construct in Permissions by Term 8.2

File

src/Cache/KeyValueCache.php, line 19

Class

KeyValueCache

Namespace

Drupal\permissions_by_term\Cache

Code

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