Package | Description |
---|---|
org.jboss.metadata.plugins.cache | |
org.jboss.metadata.plugins.context |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentHashMapCache<K,V>
Simple map backed-up cache.
|
class |
EmptyCache<K,V>
Empty cache.
|
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
CachePolicyCacheFactory.createCache(Class<K> keyClass,
Class<V> valueClass,
String rootFqn) |
<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) |
static <K,V> Cache<K,V> |
EmptyCache.emptyCache() |
Modifier and Type | Method and Description |
---|---|
protected Cache<Class,AnnotationsItem> |
AbstractMetaDataContext.getAnnotationsItemCache() |
protected Cache<Class,AnnotationsItem> |
CachingMetaDataContext.getAnnotationsItemCache() |
protected Cache<Class,AnnotationsItem> |
AbstractMetaDataContext.retrieveAnnotationsAnnotatedWithIndex()
Only match annotations with meta annotation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CachingMetaDataContext.clearCache(Cache<?,?> cache)
Clear cache.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.