Uses of Interface
com.metamatrix.connector.xml.cache.IDocumentCache

Packages that use IDocumentCache
com.metamatrix.connector.xml   
com.metamatrix.connector.xml.base   
com.metamatrix.connector.xml.cache   
com.metamatrix.connector.xml.jms   
 

Uses of IDocumentCache in com.metamatrix.connector.xml
 

Methods in com.metamatrix.connector.xml that return IDocumentCache
 IDocumentCache CachingConnector.getCache()
           
 IDocumentCache AbstractCachingConnector.getCache()
           
 IDocumentCache XMLExecution.getCache()
           
 IDocumentCache CachingConnector.getStatementCache()
           
 IDocumentCache AbstractCachingConnector.getStatementCache()
           
 

Uses of IDocumentCache in com.metamatrix.connector.xml.base
 

Methods in com.metamatrix.connector.xml.base that return IDocumentCache
 IDocumentCache XMLExecutionImpl.getCache()
           
 

Constructors in com.metamatrix.connector.xml.base with parameters of type IDocumentCache
BaseResultsProducer(IDocumentCache statementCache, ConnectorLogger logger)
           
Response(java.lang.String id, DocumentProducer docProducer, IDocumentCache cache, java.lang.String cacheReference)
           
Response(XMLDocument[] docs, java.lang.String[] cacheKeys, DocumentProducer docProducer, IDocumentCache cache, java.lang.String cacheReference)
           
 

Uses of IDocumentCache in com.metamatrix.connector.xml.cache
 

Classes in com.metamatrix.connector.xml.cache that implement IDocumentCache
 class DocumentCache
          created by JChoate on Jun 22, 2005 Provides an in memory object cache backed by a file cache.
 

Methods in com.metamatrix.connector.xml.cache that return IDocumentCache
 IDocumentCache CachedObjectRecord.getCache()
           
 IDocumentCache ExecutionRecord.getCache()
           
 IDocumentCache Record.getCache()
           
 IDocumentCache RequestRecord.getCache()
           
 IDocumentCache RequestPartRecord.getCache()
           
 

Methods in com.metamatrix.connector.xml.cache with parameters of type IDocumentCache
static XMLDocument DocumentCache.cacheLookup(IDocumentCache cache, java.lang.String cacheKey, java.lang.String id)
           
 

Uses of IDocumentCache in com.metamatrix.connector.xml.jms
 

Methods in com.metamatrix.connector.xml.jms that return IDocumentCache
 IDocumentCache JMSExecution.getCache()
           
 



Copyright © 2009. All Rights Reserved.