Class NamedCacheConfiguration
- java.lang.Object
-
- com.oracle.coherence.spring.configuration.NamedCacheConfiguration
-
@Configuration public class NamedCacheConfiguration extends java.lang.Object
Provides support for injecting Coherence Caches usingNamedCache.- Since:
- 3.0
- Author:
- Gunnar Hillert
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOHERENCE_ASYNC_CACHE_BEAN_NAMEThe name of the defaultCoherencecache bean.static java.lang.StringCOHERENCE_CACHE_BEAN_NAMEThe name of the defaultCoherencecache bean.static java.lang.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 java.lang.String COHERENCE_CACHE_BEAN_NAME
The name of the defaultCoherencecache bean.- See Also:
- Constant Field Values
-
COHERENCE_VIEW_BEAN_NAME
public static final java.lang.String COHERENCE_VIEW_BEAN_NAME
The name of the defaultCoherencecache bean.- See Also:
- Constant Field Values
-
COHERENCE_ASYNC_CACHE_BEAN_NAME
public static final java.lang.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)
-
-