Dashboard Builder Commons 6.0.0.Beta1

Package org.jboss.dashboard.database.cache.custom

Interface Summary
CacheStatistics  
LRUCacheListener  
ObjectCache Generic caching mechanism.
StatisticsObjectCache  
 

Class Summary
AutoCache This cache implementation uses soft references so that cached objects are automatically garbage collected when needed.
CacheFactory A convenient generator of multicast caches using an underlying LRU or Automatic algorithm.
CacheMonitor  
CacheNotification The actual object that gets sent to the cluster to indicate that an object needs to be cleared from the cache.
CustomCache  
FIFOCache Cache implementation that uses the Least Recently Used algorithm.
HybridCache A hybrid cache solution that uses a (presumably small) LRU cache backed by a larger AutoCache.
LRUCache Cache implementation that uses the Least Recently Used algorithm.
MultiCache A wrapper cache type that notifies the multicast cache manager.
MultiCacheManager Manages the communications between other cache managers.
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.