Package jline.api.cache
Class Cache_ttl_hlruKt
-
- All Implemented Interfaces:
public final class Cache_ttl_hlruKt
-
-
Method Summary
Modifier and Type Method Description final static Matrix
cache_ttl_hlru(Array<Matrix> lambda, Matrix m)
Solve hierarchical least-recently-used caches h-LRU using the TTL approximation. -
-
Method Detail
-
cache_ttl_hlru
final static Matrix cache_ttl_hlru(Array<Matrix> lambda, Matrix m)
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 - A matrix containing the computed steady-state probabilities for the cache.
-
-
-
-