Class InitParamProcessor.CacheRefExpression

java.lang.Object
com.tangosol.coherence.config.xml.processor.InitParamProcessor.DataStructureRefExpression<NamedCache<?,?>>
com.tangosol.coherence.config.xml.processor.InitParamProcessor.CacheRefExpression
All Implemented Interfaces:
Expression<NamedCache<?,?>>
Enclosing class:
InitParamProcessor

public static class InitParamProcessor.CacheRefExpression extends InitParamProcessor.DataStructureRefExpression<NamedCache<?,?>>
An Expression implementation that represents the use of a {cache-ref} macro in a Configuration File.
  • Constructor Details

    • CacheRefExpression

      public CacheRefExpression(Expression<?> exprCacheName, ClassLoader classLoader, ResourceMappingRegistry registry)
      Constructs a CacheRefExpression.
      Parameters:
      exprCacheName - the Expression representing the Cache Name
      classLoader - the ClassLoader to use when loading the Cache
      registry - the ResourceMappingRegistry to locate ResourceMapping definitions
    • CacheRefExpression

      public CacheRefExpression(Expression<?> exprCacheName, ClassLoader classLoader, CacheMappingRegistry registry)
      Constructs a CacheRefExpression.
      Parameters:
      exprCacheName - the Expression representing the Cache Name
      classLoader - the ClassLoader to use when loading the Cache
      registry - the CacheMappingRegistry to locate CacheMapping definitions
  • Method Details