Package jline.api.cache
Class Cache_ttl_hlru
java.lang.Object
jline.api.cache.Cache_ttl_hlru
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrixcache_ttl_hlru(Matrix[] lambda, Matrix m) Solve hierarchical least-recently-used caches h-LRU using the TTL approximation.
-
Method Details
-
cache_ttl_hlru
Solve hierarchical least-recently-used caches h-LRU using the TTL approximation.- Parameters:
lambda- Array of matrices representing request arrival rates from users to items of individual lists.m- Matrix representing cache capacity vector.- Returns:
- Matrix containing the computed steady-state probabilities for the cache.
-