Cache
Inmemory
Inmemory utilities for caching mechanisms and utilities for optimizing performance.
View module source on GitHub
In-memory cache implementation for Maxim.
This class provides a simple in-memory cache implementation
that stores key-value pairs in a dictionary.
Initialize the in-memory cache.
Get all keys currently stored in the cache.
Get a value from the cache by its key.
Store a key-value pair in the cache.
Remove a key-value pair from the cache.