Many
class Many
Retrieve multiple items from the cache by key.
Methods
__construct(StoreContext $context, Serialization $serialization)
Create a new many operation instance.
array
execute(array $keys)
Execute the many (mget) operation.
Details
at line 19
__construct(StoreContext $context, Serialization $serialization)
Create a new many operation instance.
at line 31
array
execute(array $keys)
Execute the many (mget) operation.