Module memory

Module memory 

Source
Expand description

In-memory storage backend for auth-framework with DashMap for deadlock-free operations.

This module provides a fast in-memory storage implementation suitable for development, testing, and single-instance deployments.

Uses DashMap to provide:

  • Lock-free concurrent access
  • Deadlock-free operations
  • Better performance under high concurrency

Structsยง

InMemoryConfig
Configuration for in-memory storage
InMemoryStorage
In-memory storage backend with automatic cleanup