public function FilesystemCache::__construct in Plug 7
Constructor.
Parameters
string $directory The cache directory.:
string $extension The cache file extension.:
Throws
\InvalidArgumentException
Overrides FileCache::__construct
File
- lib/
doctrine/ cache/ lib/ Doctrine/ Common/ Cache/ FilesystemCache.php, line 35
Class
- FilesystemCache
- Filesystem cache driver.
Namespace
Doctrine\Common\CacheCode
public function __construct($directory, $extension = self::EXTENSION) {
parent::__construct($directory, $extension);
}