1
0
mirror of synced 2025-02-22 15:13:13 +03:00

Cache regions will not modify the injected cache instance settings

This commit is contained in:
Marco Pivetta 2015-01-15 21:01:35 +01:00
parent f38d4551f1
commit 514fd008b9

View File

@ -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);
} }
/** /**