Class Cache_ttl_hlruKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.