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 String
COHERENCE_ASYNC_CACHE_BEAN_NAME
The name of the defaultCoherence
cache bean.static String
COHERENCE_CACHE_BEAN_NAME
The name of the defaultCoherence
cache bean.static String
COHERENCE_VIEW_BEAN_NAME
The name of the defaultCoherence
cache bean.protected static Log
logger
-
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 defaultCoherence
cache bean.- See Also:
- Constant Field Values
-
COHERENCE_VIEW_BEAN_NAME
public static final String COHERENCE_VIEW_BEAN_NAME
The name of the defaultCoherence
cache bean.- See Also:
- Constant Field Values
-
COHERENCE_ASYNC_CACHE_BEAN_NAME
public static final String COHERENCE_ASYNC_CACHE_BEAN_NAME
The name of the defaultCoherence
cache bean.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NamedCacheConfiguration
public NamedCacheConfiguration(FilterService filterService, ExtractorService extractorService)
-
-