Cache regions will not modify the injected cache instance settings
This commit is contained in:
parent
f38d4551f1
commit
514fd008b9
@ -59,8 +59,6 @@ class DefaultRegion implements Region
|
|||||||
$this->cache = $cache;
|
$this->cache = $cache;
|
||||||
$this->name = (string) $name;
|
$this->name = (string) $name;
|
||||||
$this->lifetime = (integer) $lifetime;
|
$this->lifetime = (integer) $lifetime;
|
||||||
|
|
||||||
$this->cache->setNamespace($this->name);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user