Class Cache_ttl_hlru

java.lang.Object
jline.api.cache.Cache_ttl_hlru

public final class Cache_ttl_hlru extends Object
  • Method Details

    • cache_ttl_hlru

      public static Matrix cache_ttl_hlru(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 containing the computed steady-state probabilities for the cache.