1 | <?php |
||
13 | class PredisAdapter extends AbstractAdapter |
||
14 | { |
||
15 | /** |
||
16 | * @param array $connections |
||
17 | * @param CacheAdapter $next |
||
18 | */ |
||
19 | public function __construct(array $connections, CacheAdapter $next = null) |
||
31 | |||
32 | /** |
||
33 | * Checks the availability of the cache service. |
||
34 | * |
||
35 | * @return bool |
||
36 | */ |
||
37 | public function isAvailable() |
||
41 | } |
||
42 |