| 1 | <?php |
||
| 21 | final class ArrayFactory extends AbstractAdapterFactory |
||
| 22 | { |
||
| 23 | protected static $dependencies = [ |
||
| 24 | ['requiredClass' => 'Cache\Adapter\PHPArray\ArrayCachePool', 'packageName' => 'cache/array-adapter'], |
||
| 25 | ]; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | 1 | public function getAdapter(array $config) |
|
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | 6 | protected static function configureOptionResolver(OptionsResolver $resolver) |
|
| 56 | } |
||
| 57 |