Uses of Interface
ca.uhn.cache.internal.IQueryResultStore

Packages that use IQueryResultStore
ca.uhn.cache.impl   
ca.uhn.cache.internal.impl   
 

Uses of IQueryResultStore in ca.uhn.cache.impl
 

Methods in ca.uhn.cache.impl that return IQueryResultStore
 IQueryResultStore ChunkBasedSemanticCache.getQueryResultStore()
           
 

Methods in ca.uhn.cache.impl with parameters of type IQueryResultStore
 void ChunkBasedSemanticCache.setQueryResultStore(IQueryResultStore theQueryResultStore)
           
 

Uses of IQueryResultStore in ca.uhn.cache.internal.impl
 

Classes in ca.uhn.cache.internal.impl that implement IQueryResultStore
 class HibernateQueryResultStore
          Hibernate implementation of IQueryResultStore.
 

Constructors in ca.uhn.cache.internal.impl with parameters of type IQueryResultStore
CacheCleaner(IChunkStore theChunkStore, IChunkPurger thePurger, int theTargetSize, IQueryResultStore theItemStore, float theAgeDecrement)
           
 



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