Class SearchResultCache.CacheStats
java.lang.Object
com.university.bookstore.search.SearchResultCache.CacheStats
- Enclosing class:
SearchResultCache
Statistics class for cache performance monitoring.
- Since:
- 2024-09-15
- Version:
- 3.0
- Author:
- Navid Mohaghegh
-
Constructor Summary
ConstructorsConstructorDescriptionCacheStats(int currentSize, int maxSize, double hitRatio, double averageAge, long totalRequests, long totalHits) -
Method Summary
-
Constructor Details
-
CacheStats
public CacheStats(int currentSize, int maxSize, double hitRatio, double averageAge, long totalRequests, long totalHits)
-
-
Method Details
-
getCurrentSize
public int getCurrentSize() -
getMaxSize
public int getMaxSize() -
getHitRatio
public double getHitRatio() -
getAverageAge
public double getAverageAge() -
getTotalRequests
public long getTotalRequests() -
getTotalHits
public long getTotalHits() -
toString
-