Update Home

2025-08-28 18:53:44 +02:00
parent e241361678
commit d895e939d1

12
Home.md

@@ -4,12 +4,12 @@
## Features ## Features
- Strongly typed keys - **Strongly typed keys** no unsafe casting
- Type-consistent storage - **Type-consistent storage** values always match their declared key type
- Change notifications via weakly-referenced listeners - **Change notifications** listeners (held via weak references) react to updates without memory leaks
- Thread-safe and simple to use - **Thread-safe** built on concurrent data structures
- Singleton style with enum - **Simple singleton API** provided via an enum instance
- **Multiple independent named contexts** for modular, isolated data storage - **Ephemeral named contexts** create multiple independent, short-lived contexts for modular scoping (per user, per request, per transaction)
## Quick Link ## Quick Link