public function ConfigCache::__construct

Construct.

Parameters

string $dir The cache directory:

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php, line 28

Class

ConfigCache
A config cache stores values using var_export() and include.

Namespace

Assetic\Cache

Code

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