Uses of Interface
org.jboss.cache.Cache

Packages that use Cache
org.jboss.cache   
org.jboss.cache.demo   
org.jboss.cache.jmx   
org.jboss.cache.loader.tcp   
org.jboss.cache.notifications   
org.jboss.cache.notifications.event   
org.jboss.cache.pojo   
org.jboss.cache.pojo.demo   
org.jboss.cache.pojo.impl   
org.jboss.cache.pojo.util   
org.jboss.cache.util   
 

Uses of Cache in org.jboss.cache
 

Subinterfaces of Cache in org.jboss.cache
 interface CacheSPI<K,V>
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
 

Classes in org.jboss.cache that implement Cache
 class CacheImpl<K,V>
          The default implementation class of Cache and CacheSPI.
 

Methods in org.jboss.cache that return Cache
 Cache<K,V> CacheFactory.createCache()
          Creates and starts a Cache instance using default configuration settings.
 Cache<K,V> DefaultCacheFactory.createCache()
           
 Cache<K,V> CacheFactory.createCache(boolean start)
          Creates and optionally starts a Cache instance using default configuration settings.
 Cache<K,V> DefaultCacheFactory.createCache(boolean start)
           
 Cache<K,V> CacheFactory.createCache(Configuration configuration)
          Creates a Cache instance based on a Configuration passed in.
 Cache<K,V> DefaultCacheFactory.createCache(Configuration configuration)
          This implementation clones the configuration passed in before using it.
 Cache<K,V> CacheFactory.createCache(Configuration configuration, boolean start)
          Creates Cache instance, and optionally starts it, based on a Configuration passed in.
 Cache<K,V> DefaultCacheFactory.createCache(Configuration configuration, boolean start)
          This implementation clones the configuration passed in before using it.
 Cache<K,V> CacheFactory.createCache(java.lang.String configFileName)
          Creates and starts a Cache instance.
 Cache<K,V> DefaultCacheFactory.createCache(java.lang.String configFileName)
           
 Cache<K,V> CacheFactory.createCache(java.lang.String configFileName, boolean start)
          Creates Cache instance, and optionally starts it.
 Cache<K,V> DefaultCacheFactory.createCache(java.lang.String configFileName, boolean start)
           
 Cache TreeCacheViewMBean.getCache()
           
 

Methods in org.jboss.cache with parameters of type Cache
 void TreeCacheViewMBean.setCache(Cache cache)
           
 

Uses of Cache in org.jboss.cache.demo
 

Methods in org.jboss.cache.demo that return Cache
 Cache CacheModelDelegate.getGenericCache()
          Gets the Cache instance that the GUI will use to populate the fiels in the GUI.
 Cache JBossCacheModelDelegate.getGenericCache()
           
 

Uses of Cache in org.jboss.cache.jmx
 

Methods in org.jboss.cache.jmx that return Cache
 Cache<K,V> CacheJmxWrapper.getCache()
           
 Cache<K,V> CacheJmxWrapperMBean.getCache()
          Retrieves a reference to the underlying Cache
 

Methods in org.jboss.cache.jmx with parameters of type Cache
static java.lang.String JmxUtil.getDefaultCacheObjectName(Cache cache)
           
 void CacheJmxWrapper.setCache(Cache<K,V> cache)
          Allows direct injection of the underlying cache.
 

Constructors in org.jboss.cache.jmx with parameters of type Cache
CacheJmxWrapper(Cache<K,V> cache)
           
 

Uses of Cache in org.jboss.cache.loader.tcp
 

Methods in org.jboss.cache.loader.tcp that return Cache
 Cache TcpCacheServer.getCache()
           
 Cache TcpCacheServerMBean.getCache()
           
 

Uses of Cache in org.jboss.cache.notifications
 

Constructors in org.jboss.cache.notifications with parameters of type Cache
Notifier(Cache cache)
           
 

Uses of Cache in org.jboss.cache.notifications.event
 

Methods in org.jboss.cache.notifications.event that return Cache
 Cache Event.getCache()
           
 Cache EventImpl.getCache()
           
 

Methods in org.jboss.cache.notifications.event with parameters of type Cache
 void EventImpl.setCache(Cache cache)
           
 

Constructors in org.jboss.cache.notifications.event with parameters of type Cache
EventImpl(boolean pre, Cache cache, NodeModifiedEvent.ModificationType modificationType, java.util.Map data, Fqn fqn, javax.transaction.Transaction transaction, boolean originLocal, Fqn targetFqn, boolean successful, org.jgroups.View newView, Event.Type type)
           
 

Uses of Cache in org.jboss.cache.pojo
 

Methods in org.jboss.cache.pojo that return Cache
 Cache<java.lang.Object,java.lang.Object> PojoCache.getCache()
          Obtain the underlying generic cache system.
 

Uses of Cache in org.jboss.cache.pojo.demo
 

Methods in org.jboss.cache.pojo.demo that return Cache
 Cache PojoCacheModelDelegate.getGenericCache()
           
 

Uses of Cache in org.jboss.cache.pojo.impl
 

Methods in org.jboss.cache.pojo.impl that return Cache
 Cache<java.lang.Object,java.lang.Object> PojoCacheImpl.getCache()
           
 

Uses of Cache in org.jboss.cache.pojo.util
 

Methods in org.jboss.cache.pojo.util with parameters of type Cache
static Fqn AopUtil.createInternalFqn(Fqn fqn, Cache cache)
          Internal fqn is now structured as: a) If no region -- /__JBossInternal__/trueId/__ID__/xxxx b) If there is region -- /region/__JBossInternal__/xxx
static java.util.Set<Node> CacheApiUtil.getNodeChildren(Cache<java.lang.Object,java.lang.Object> cache, Fqn fqn)
           
 

Uses of Cache in org.jboss.cache.util
 

Methods in org.jboss.cache.util with parameters of type Cache
static java.lang.String CachePrinter.printCacheDetails(Cache c)
          Prints the contents of the cache (nodes + data) to a string
static java.lang.String CachePrinter.printCacheLockingInfo(Cache c)
          Prints the status of locks in the cache (nodes + locks) to a string