1
0
mirror of synced 2025-02-20 22:23:14 +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->name = (string) $name;
$this->lifetime = (integer) $lifetime;
$this->cache->setNamespace($this->name);
}
/**