Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 522 Bytes

2023-06-15-implement-keyvaluestorage.md

File metadata and controls

8 lines (8 loc) · 522 Bytes
title issue
Implement KeyValueStorage
NEXT-28565

Core

  • Added new class \Shopware\Core\Framework\Adapter\Storage\AbstractKeyValueStorage which allows simple key-value operations
  • Added new DI service <service id="\Shopware\Core\Framework\Adapter\Storage\AbstractKeyValueStorage" /> which allows simple key-value operations
  • Added new class \Shopware\Core\Framework\Adapter\Storage\MySQLKeyValueStorage that is mysql implementation of AbstractKeyValueStorage, the data is stored in app_config table