Class Cache_mvaKt

  • All Implemented Interfaces:

    
    public final class Cache_mvaKt
    
                        
    • 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 Ret.cacheMVA cache_mva(Matrix gamma, Matrix m) Exact recursive solution of the caching model.
      • Methods inherited from class java.lang.Object

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

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