interface BulkReader

Cache storage with a bulk read support.

Methods

array
bulkRead(array $keys)

Reads from cache in bulk.

Details

at line 22
array bulkRead(array $keys)

Reads from cache in bulk.

Parameters

array $keys

Return Value

array

key => value pairs, missing items are omitted