View module source on GitHubDocumentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Inmemory utilities for caching mechanisms and utilities for optimizing performance.
View module source on GitHubDocumentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
class MaximInMemoryCache()
def __init__()
def get_all_keys() -> List[str]
def get(key: str) -> Optional[str]
def set(key: str, value: str) -> None
def delete(key: str) -> None
Was this page helpful?