Uses of Interface
tuwien.auto.calimero.buffer.cache.Cache.Statistic

Packages that use Cache.Statistic
tuwien.auto.calimero.buffer.cache Cache interface for different caching policies. 
 

Uses of Cache.Statistic in tuwien.auto.calimero.buffer.cache
 

Classes in tuwien.auto.calimero.buffer.cache that implement Cache.Statistic
 class StatisticImpl
          Provide basic Cache information as required by Cache.Statistic.
 

Methods in tuwien.auto.calimero.buffer.cache that return Cache.Statistic
 Cache.Statistic PositiveListCache.statistic()
           
 Cache.Statistic LFUCache.statistic()
           
 Cache.Statistic Cache.statistic()
          Returns information collected by this cache since its creation.