RetrievesMultipleKeys
trait RetrievesMultipleKeys
Methods
array
many(array $keys)
Retrieve multiple items from the cache by key.
void
putMany(array $values, float|int $minutes)
Store multiple items in the cache for a given number of minutes.
Details
at line 15
array
many(array $keys)
Retrieve multiple items from the cache by key.
Items not found in the cache will have a null value.
at line 33
void
putMany(array $values, float|int $minutes)
Store multiple items in the cache for a given number of minutes.