Class NamedCacheConfiguration
- java.lang.Object
 - 
- com.oracle.coherence.spring.configuration.NamedCacheConfiguration
 
 
- 
@Configuration public class NamedCacheConfiguration extends Object
Provides support for injecting Coherence Caches usingNamedCache.- Since:
 - 3.0
 - Author:
 - Gunnar Hillert
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringCOHERENCE_ASYNC_CACHE_BEAN_NAMEThe name of the defaultCoherencecache bean.static StringCOHERENCE_CACHE_BEAN_NAMEThe name of the defaultCoherencecache bean.static StringCOHERENCE_VIEW_BEAN_NAMEThe name of the defaultCoherencecache bean.protected static Loglogger 
- 
Constructor Summary
Constructors Constructor Description NamedCacheConfiguration(FilterService filterService, ExtractorService extractorService) 
 - 
 
- 
- 
Field Detail
- 
logger
protected static final Log logger
 
- 
COHERENCE_CACHE_BEAN_NAME
public static final String COHERENCE_CACHE_BEAN_NAME
The name of the defaultCoherencecache bean.- See Also:
 - Constant Field Values
 
 
- 
COHERENCE_VIEW_BEAN_NAME
public static final String COHERENCE_VIEW_BEAN_NAME
The name of the defaultCoherencecache bean.- See Also:
 - Constant Field Values
 
 
- 
COHERENCE_ASYNC_CACHE_BEAN_NAME
public static final String COHERENCE_ASYNC_CACHE_BEAN_NAME
The name of the defaultCoherencecache bean.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
NamedCacheConfiguration
public NamedCacheConfiguration(FilterService filterService, ExtractorService extractorService)
 
 - 
 
 -