class documentation

class CacheManager: (source)

View In Hierarchy

Manager of caches, to be used as a singleton.

Method __init__ Undocumented
Method add_dict_cache Add a dictionary cache to the manager.
Method clear_all_caches Clear all caches.
Instance Variable dict_caches Undocumented
def __init__(self): (source)

Undocumented

def add_dict_cache(self, cache: dict[Any, Any]): (source)

Add a dictionary cache to the manager.

def clear_all_caches(self): (source)

Clear all caches.

dict_caches: list[dict[Any, Any]] = (source)

Undocumented