Aviat\Banker\Pool::getItems
Returns a traversable set of cache items.
Signature
public function getItems([array
$keys = ] )
Parameters
$keys
— array
An indexed array of keys of items to retrieve.
Returns
- Traversable
A traversable collection of Cache Items keyed by the cache keys of each item. A Cache item will be returned for each key, even if that key is not found. However, if no keys are specified then an empty traversable MUST be returned instead.