Interface defining the contract for keyed collection implementations.
Provides a common interface for managing keyed collections with lifecycle callbacks,
LRU support, and flexible key handling. Implementations should provide type-safe
access to values indexed by keys.
Interface defining the contract for keyed collection implementations.
Provides a common interface for managing keyed collections with lifecycle callbacks, LRU support, and flexible key handling. Implementations should provide type-safe access to values indexed by keys.
Example