Aviat\Banker\Pool::getItem
Returns a Cache Item representing the specified key.
This method must always return a CacheItemInterface object, even in case of a cache miss. It MUST NOT return null.
Signature
public function getItem(string
$key )
Parameters
$key
— string
The key for which to return the corresponding Cache Item.
Returns
- CacheItemInterface
The corresponding Cache Item.