Class InitParamProcessor.DataStructureRefExpression<E>

java.lang.Object
com.tangosol.coherence.config.xml.processor.InitParamProcessor.DataStructureRefExpression<E>
All Implemented Interfaces:
Expression<E>
Direct Known Subclasses:
InitParamProcessor.CacheRefExpression, InitParamProcessor.CollectionRefExpression
Enclosing class:
InitParamProcessor

public abstract static class InitParamProcessor.DataStructureRefExpression<E> extends Object implements Expression<E>
An Expression implementation that represents the use of a {cache-ref} macro in a Cache Configuration File.
  • Constructor Details

    • DataStructureRefExpression

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