@@ -33,6 +33,9 @@ |
||
| 33 | 33 | return self::$cachedInstances[$key]; |
| 34 | 34 | } |
| 35 | 35 | |
| 36 | + /** |
|
| 37 | + * @param integer $strategy |
|
| 38 | + */ |
|
| 36 | 39 | private static function newCacheInstance($strategy, $realm, $options) { |
| 37 | 40 | if ($strategy === self::STRATEGY_REDIS) { |
| 38 | 41 | return new FlintRedisCacheRedis($strategy, $realm, $options); |