Uses of Interface
ca.uhn.cache.ISemanticCache

Packages that use ISemanticCache
ca.uhn.cache   
ca.uhn.cache.impl   
ca.uhn.cache.proxy   
ca.uhn.cache.util   
 

Uses of ISemanticCache in ca.uhn.cache
 

Subinterfaces of ISemanticCache in ca.uhn.cache
 interface IPreFetchingCache
          TODO: this should extend IDataSource, not ISemanticCache.
 

Uses of ISemanticCache in ca.uhn.cache.impl
 

Classes in ca.uhn.cache.impl that implement ISemanticCache
 class ChunkBasedSemanticCache
          Semantic cache implementation that uses the chunk approach described in
 

Methods in ca.uhn.cache.impl that return ISemanticCache
 ISemanticCache SelfCachingDataSource.getSemanticCache()
           
 

Methods in ca.uhn.cache.impl with parameters of type ISemanticCache
 void SelfCachingDataSource.setSemanticCache(ISemanticCache theSemanticCache)
           
 

Uses of ISemanticCache in ca.uhn.cache.proxy
 

Constructors in ca.uhn.cache.proxy with parameters of type ISemanticCache
CachingInvocationHandler(java.lang.Object theTarget, IMethodAdapter[] theAdapters, ISemanticCache theCache)
           
 

Uses of ISemanticCache in ca.uhn.cache.util
 

Constructors in ca.uhn.cache.util with parameters of type ISemanticCache
QueryProcessor(IQuery theQuery, ISemanticCache theCache, int theMaxGroups, EDU.oswego.cs.dl.util.concurrent.Executor theExecutor)
          Constructor for STATIONARY DATA ONLY.
UnstationaryQueryProcessor(IQuery theQuery, ISemanticCache theCache, int theMaxGroups, EDU.oswego.cs.dl.util.concurrent.Executor theExecutor)
           
 



Copyright © 2004-2005 University Health Network. All Rights Reserved.