class CacheStats
source code
def get_percentage_of_cache_hits(self) -> float:
def get_percentage_of_cache_misses(self) -> float:
def __repr__(self) -> str: