Update Home
12
Home.md
12
Home.md
@@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Strongly typed keys** – no unsafe casting
|
- **Strongly typed keys** - no unsafe casting
|
||||||
- **Type-consistent storage** – values always match their declared key type
|
- **Type-consistent storage** - values always match their declared key type
|
||||||
- **Change notifications** – listeners (held via weak references) react to updates without memory leaks
|
- **Change notifications** - listeners (held via weak references) react to updates without memory leaks
|
||||||
- **Thread-safe** – built on concurrent data structures
|
- **Thread-safe** - built on concurrent data structures
|
||||||
- **Simple singleton API** – provided via an enum instance
|
- **Simple singleton API** - provided via an enum instance
|
||||||
- **Ephemeral named contexts** – create multiple independent, short-lived contexts for modular scoping (per user, per request, per transaction)
|
- **Ephemeral named contexts** - create multiple independent, short-lived contexts for modular scoping (per user, per request, per transaction)
|
||||||
|
|
||||||
## Quick Link
|
## Quick Link
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user