Dashboard Builder Commons 6.0.0.Beta1

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

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

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

Subinterfaces of ObjectCache in org.jboss.dashboard.database.cache.custom
 interface StatisticsObjectCache
           
 

Classes in org.jboss.dashboard.database.cache.custom that implement ObjectCache
 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 MultiCache
          A wrapper cache type that notifies the multicast cache manager.
 class TimerCache
          Cache implementation that times out cached elements.
 

Methods in org.jboss.dashboard.database.cache.custom that return ObjectCache
 ObjectCache CacheFactory.createCache(String name)
          Creates a new cache.
 ObjectCache CacheFactory.createObjectCache(CacheElement element, String name)
           
 

Constructors in org.jboss.dashboard.database.cache.custom with parameters of type ObjectCache
CustomCache(ObjectCache cache, String regionName)
           
MultiCache(ObjectCache cache, MultiCacheManager manager)
           
 


Dashboard Builder Commons 6.0.0.Beta1

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