trait RetrievesMultipleKeys (View source)
array | many(array $keys) Retrieve multiple items from the cache by key. | |
bool | putMany(array $values, int $seconds) Store multiple items in the cache for a given number of seconds. |
Retrieve multiple items from the cache by key.
Items not found in the cache will have a null value.
Store multiple items in the cache for a given number of seconds.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Cache/RetrievesMultipleKeys.html