api/laravel/Cache/RetrievesMultipleKeys.yaml
2024-09-26 02:03:21 -07:00

36 lines
637 B
YAML

name: RetrievesMultipleKeys
class_comment: null
dependencies: []
properties: []
methods:
- name: many
visibility: public
parameters:
- name: keys
comment: '# * Retrieve multiple items from the cache by key.
# *
# * Items not found in the cache will have a null value.
# *
# * @param array $keys
# * @return array'
- name: putMany
visibility: public
parameters:
- name: values
- name: seconds
comment: '# * Store multiple items in the cache for a given number of seconds.
# *
# * @param array $values
# * @param int $seconds
# * @return bool'
traits: []
interfaces: []