37 lines
637 B
YAML
37 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: []
|