Uses of Interface
org.jboss.metadata.plugins.cache.Cache

Packages that use Cache
org.jboss.metadata.plugins.cache   
org.jboss.metadata.plugins.context   
 

Uses of Cache in org.jboss.metadata.plugins.cache
 

Classes in org.jboss.metadata.plugins.cache that implement Cache
 class ConcurrentHashMapCache<K,V>
          Simple map backed-up cache.
 

Methods in org.jboss.metadata.plugins.cache that return Cache
<K,V> Cache<K,V>
CacheFactory.createCache(Class<K> keyClass, Class<V> valueClass, String rootFqn)
          Create cache.
<K,V> Cache<K,V>
DefaultCacheFactory.createCache(Class<K> keyClass, Class<V> valueClass, String rootFqn)
           
<K,V> Cache<K,V>
CachePolicyCacheFactory.createCache(Class<K> keyClass, Class<V> valueClass, String rootFqn)
           
 

Uses of Cache in org.jboss.metadata.plugins.context
 

Methods in org.jboss.metadata.plugins.context with parameters of type Cache
protected  void CachingMetaDataContext.clearCache(Cache<?,?> cache)
          Clear cache.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.