|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
CacheFactory.createCache(Class<K> keyClass,
Class<V> valueClass,
String rootFqn)
Create cache. |
|
|
DefaultCacheFactory.createCache(Class<K> keyClass,
Class<V> valueClass,
String rootFqn)
|
|
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||