Package 

Interface MemoryCacheTracker

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onCacheHit(K cacheKey)
      abstract Unit onCacheMiss(K cacheKey)
      abstract Unit onCachePut(K cacheKey)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait