InMemoryCache

InMemoryCache(seed: str | int = '')

This protocol defines the basic interface for cache operations. Implementing classes should provide concrete implementations for these methods to handle caching mechanisms.

Parameters:
NameDescription
seedType: str | int

Default: