Package jline.api.cache
package jline.api.cache
Cache modeling algorithms and performance analysis methods.
This package provides algorithms for analyzing cache systems and their performance characteristics. It includes methods for evaluating hit rates, miss penalties, and overall cache effectiveness in queueing network models.
- Since:
- LINE 2.0
-
ClassesClassDescriptionOne (item, list) pair that is size-feasible for the list but unreachable because an intermediate list on the promotion path rejects the item.Position-resolved mean-field miss rates for FIFO(m) caches.Refined mean-field (1/N-accurate) miss rates for RANDOM(m) caches.Position-resolved mean-field miss rates for strict FIFO(m) caches.Result of cache_miss analysis.Steady state of the RANDOM(m) multi-list mean field.Expansion result.Tree-based TTL cache analysis implementation for the LINE solver framework.Cache ttl tree algorithms.Result of cache_miss_fpi: global miss rate, per-user miss rates, per-item miss rates, and per-item miss probabilities.Transient refined-mean-field cache trajectory returned by
Cache_miss_rmf.cache_miss_rmf_tran(jline.util.matrix.Matrix, jline.util.matrix.Matrix, jline.util.matrix.Matrix[], double, int, double[]).Result of cache_rrm_meanfield: the terminal occupancy of the RANDOM(m) mean field, the global miss rate and the miss ratio.