Update Programming Guide
@@ -146,7 +146,7 @@ Ctx.INSTANCE.clear();
|
|||||||
## Ephemeral Named Contexts
|
## Ephemeral Named Contexts
|
||||||
|
|
||||||
You can create multiple independent, **ephemeral contexts**, each identified by a unique name.
|
You can create multiple independent, **ephemeral contexts**, each identified by a unique name.
|
||||||
These contexts behave like isolated key–value stores:
|
These contexts behave like isolated key-value stores:
|
||||||
|
|
||||||
- They are created lazily on first access.
|
- They are created lazily on first access.
|
||||||
- They live only as long as you keep a reference to them.
|
- They live only as long as you keep a reference to them.
|
||||||
|
|||||||
Reference in New Issue
Block a user