Skip to main content
View module source on GitHub

MaximInMemoryCache

In-memory cache implementation for Maxim. This class provides a simple in-memory cache implementation that stores key-value pairs in a dictionary.

__init__

Initialize the in-memory cache.

get_all_keys

Get all keys currently stored in the cache.

get

Get a value from the cache by its key.

set

Store a key-value pair in the cache.

delete

Remove a key-value pair from the cache.