1 | <?php |
||
19 | final class ApcuFactory extends AbstractAdapterFactory |
||
20 | { |
||
21 | protected static $dependencies = [ |
||
22 | ['requiredClass' => 'Cache\Adapter\Apcu\ApcuCachePool', 'packageName' => 'cache/apcu-adapter'], |
||
23 | ]; |
||
24 | |||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | 1 | public function getAdapter(array $config) |
|
32 | } |
||
33 |