Package jline.api.cache
Class Cache_mvaKt
-
- All Implemented Interfaces:
public final class Cache_mvaKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.cacheMVA
cache_mva(Matrix gamma, Matrix m)
Exact recursive solution of the caching model. -
-
Method Detail
-
cache_mva
final static Ret.cacheMVA cache_mva(Matrix gamma, Matrix m)
Exact recursive solution of the caching model.
- Parameters:
gamma
-Matrix representing access factors for item i to access list j.
m
-Matrix representing the cache capacity vector.
- Returns:
cacheMVAReturn - An object containing cache state probabilities at equilibrium and other related metrics. Reference: Giuliano Casale, Nicolas Gast. Performance analysis methods for list-based caches with non-uniform access. IEEE/ACM Transactions on Networking, 2020, pp.1-18, for details.
-
-
-
-