name: RetrievingManyKeys
class_comment: null
dependencies: []
properties:
- name: keys
  visibility: public
  comment: '# * The keys that are being retrieved.

    # *

    # * @var array'
methods:
- name: __construct
  visibility: public
  parameters:
  - name: storeName
  - name: keys
  - name: tags
    default: '[]'
  comment: "# * The keys that are being retrieved.\n# *\n# * @var array\n# */\n# public\
    \ $keys;\n# \n# /**\n# * Create a new event instance.\n# *\n# * @param  string|null\
    \  $storeName\n# * @param  array  $keys\n# * @param  array  $tags\n# * @return\
    \ void"
traits: []
interfaces: []