platform/api/laravel/Cache/Events/WritingManyKeys.yaml
2024-09-02 10:44:11 -07:00

45 lines
1.2 KiB
YAML

name: WritingManyKeys
class_comment: null
dependencies: []
properties:
- name: keys
visibility: public
comment: '# * The keys that are being written.
# *
# * @var mixed'
- name: values
visibility: public
comment: '# * The value that is being written.
# *
# * @var mixed'
- name: seconds
visibility: public
comment: '# * The number of seconds the keys should be valid.
# *
# * @var int|null'
methods:
- name: __construct
visibility: public
parameters:
- name: storeName
- name: keys
- name: values
- name: seconds
default: 'null'
- name: tags
default: '[]'
comment: "# * The keys that are being written.\n# *\n# * @var mixed\n# */\n# public\
\ $keys;\n# \n# /**\n# * The value that is being written.\n# *\n# * @var mixed\n\
# */\n# public $values;\n# \n# /**\n# * The number of seconds the keys should\
\ be valid.\n# *\n# * @var int|null\n# */\n# public $seconds;\n# \n# /**\n# *\
\ Create a new event instance.\n# *\n# * @param string|null $storeName\n# *\
\ @param array $keys\n# * @param array $values\n# * @param int|null $seconds\n\
# * @param array $tags\n# * @return void"
traits: []
interfaces: []