mini\Cache\NamespacedCache::__construct()
Method
public
constructor
Signature
public function __construct(Psr\SimpleCache\CacheInterface $cache, string $namespace, string $separator = ':')
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$cache |
Psr\SimpleCache\CacheInterface |
required | Documentation missing |
$namespace |
string |
required | Documentation missing |
$separator |
string |
':'
|
Documentation missing |
Documentation
Documentation missing - No docblock found for this method.