name: StoreFactory class_comment: "# * StoreFactory create stores and connections.\n# *\n# * @author\ \ J\xE9r\xE9my Deruss\xE9 " dependencies: - name: Relay type: class source: Relay\Relay - name: AbstractAdapter type: class source: Symfony\Component\Cache\Adapter\AbstractAdapter - name: InvalidArgumentException type: class source: Symfony\Component\Semaphore\Exception\InvalidArgumentException - name: PersistingStoreInterface type: class source: Symfony\Component\Semaphore\PersistingStoreInterface properties: [] methods: - name: createStore visibility: public parameters: - name: connection comment: null traits: - Relay\Relay - Symfony\Component\Cache\Adapter\AbstractAdapter - Symfony\Component\Semaphore\Exception\InvalidArgumentException - Symfony\Component\Semaphore\PersistingStoreInterface interfaces: []