Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 332 Bytes

developing_notes.md

File metadata and controls

6 lines (5 loc) · 332 Bytes

Naming

  • A *_registry is populated during runtime and not disk serialized.
  • A *_store is serialized to disk on a one-item-one-file strategy and read again on start up. A store usually watches the target directory for changes and re-loads files and applies techniques to not load files that have been serialized moments ago.