You are here

protected function CacheManager::__construct in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 lib/CacheManager/CacheManager.php \Drupal\xautoload\CacheManager\CacheManager::__construct()

Parameters

string $prefix:

\Drupal\xautoload\DrupalSystem\DrupalSystemInterface $system:

File

src/CacheManager/CacheManager.php, line 29

Class

CacheManager

Namespace

Drupal\xautoload\CacheManager

Code

protected function __construct($prefix, DrupalSystemInterface $system) {
  $this->prefix = $prefix;
  $this->system = $system;
}