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

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

Uses of IChunkStore in ca.uhn.cache.impl
 

Methods in ca.uhn.cache.impl that return IChunkStore
 IChunkStore ChunkBasedSemanticCache.getChunkStore()
           
 

Methods in ca.uhn.cache.impl with parameters of type IChunkStore
 void ChunkBasedSemanticCache.setChunkStore(IChunkStore theChunkStore)
           
 

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

Classes in ca.uhn.cache.internal.impl that implement IChunkStore
 class HibernateChunkStore
          Hibernate-based implementation of IChunkStore
 

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



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