|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReflectionCache | |
---|---|
org.infinispan.factories | Factories are internal components used to create other components based on a cache's configuration. |
Uses of ReflectionCache in org.infinispan.factories |
---|
Methods in org.infinispan.factories with parameters of type ReflectionCache | |
---|---|
protected AdvancedCache<K,V> |
InternalCacheFactory.createAndWire(Configuration configuration,
GlobalComponentRegistry globalComponentRegistry,
String cacheName,
ReflectionCache reflectionCache)
|
Cache<K,V> |
InternalCacheFactory.createCache(Configuration configuration,
GlobalComponentRegistry globalComponentRegistry,
String cacheName,
ReflectionCache reflectionCache)
This implementation clones the configuration passed in before using it. |
Constructors in org.infinispan.factories with parameters of type ReflectionCache | |
---|---|
AbstractComponentRegistry(ReflectionCache reflectionCache)
|
|
ComponentRegistry(String cacheName,
Configuration configuration,
AdvancedCache cache,
GlobalComponentRegistry globalComponents,
ReflectionCache reflectionCache)
Creates an instance of the component registry. |
|
GlobalComponentRegistry(GlobalConfiguration configuration,
EmbeddedCacheManager cacheManager,
ReflectionCache reflectionCache,
Set<String> createdCaches)
Creates an instance of the component registry. |
|
--> |