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