.. _hwm-store: What is HWM Store ================= HWM objects are stored in HWM stores. Known implementations: * :obj:`MemoryHWMStore ` (RAM) * `YAMLHWMStore `_ (local file) * `HorizonHWMStore `_ (external API) It is also possible to register your own HWN Store using :ref:`register-hwm-store-class`. You can select store based on dict config using :ref:`detect-hwm-store`.