Class NamedCacheConfiguration

java.lang.Object
com.oracle.coherence.spring.configuration.NamedCacheConfiguration

@Configuration public class NamedCacheConfiguration extends Object
Provides support for injecting Coherence Caches using NamedCache.
Since:
3.0
Author:
Gunnar Hillert
  • Field Details

    • logger

      protected static final Log logger
    • COHERENCE_CACHE_BEAN_NAME

      public static final String COHERENCE_CACHE_BEAN_NAME
      The name of the default Coherence cache bean.
      See Also:
    • COHERENCE_VIEW_BEAN_NAME

      public static final String COHERENCE_VIEW_BEAN_NAME
      The name of the default Coherence cache bean.
      See Also:
    • COHERENCE_ASYNC_CACHE_BEAN_NAME

      public static final String COHERENCE_ASYNC_CACHE_BEAN_NAME
      The name of the default Coherence cache bean.
      See Also:
  • Constructor Details