Dashboard Builder Commons 6.0.0.Beta1

Uses of Interface
org.jboss.dashboard.database.cache.custom.StatisticsObjectCache

Packages that use StatisticsObjectCache
org.jboss.dashboard.database.cache.custom   
 

Uses of StatisticsObjectCache in org.jboss.dashboard.database.cache.custom
 

Classes in org.jboss.dashboard.database.cache.custom that implement StatisticsObjectCache
 class AutoCache
          This cache implementation uses soft references so that cached objects are automatically garbage collected when needed.
 class FIFOCache
          Cache implementation that uses the Least Recently Used algorithm.
 class HybridCache
          A hybrid cache solution that uses a (presumably small) LRU cache backed by a larger AutoCache.
 class LRUCache
          Cache implementation that uses the Least Recently Used algorithm.
 class TimerCache
          Cache implementation that times out cached elements.
 


Dashboard Builder Commons 6.0.0.Beta1

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.