Traits§
Type Aliases§
- InMemory
Session Repository - An in-memory session repository implementation that stores sessions in a
HashMapprotected by anRwLock. This is a simple implementation that can be used for testing or in scenarios where persistence is not required.