Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
35 | class ApcuCacheFactory implements CacheFactoryInterface |
||
36 | { |
||
37 | |||
38 | /** |
||
39 | * Return's the new cache instance. |
||
40 | * |
||
41 | * @param array $configuration The cache configuration |
||
42 | * |
||
43 | * @return \Doctrine\Common\Cache\CacheProvider The cache instance |
||
44 | */ |
||
45 | public static function get(array $configuration = array()) |
||
52 |