trait
Illuminate
/
Cache
/
RetrievesMultipleKeys
You are viewing an older version of the documentation. For the latest, please visit master documentation.
RetrievesMultipleKeys
Methods
public
many ( array $keys ) : array
Retrieve multiple items from the cache by key.
Parameters
- $keys array
public
putMany ( array $values , $seconds ) : bool
Store multiple items in the cache for a given number of seconds.
Parameters
- $values array
- $seconds int