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

Packages that use IChunk
ca.uhn.cache.impl   
ca.uhn.cache.internal   
ca.uhn.cache.internal.hibernate.impl   
ca.uhn.cache.internal.impl   
 

Uses of IChunk in ca.uhn.cache.impl
 

Classes in ca.uhn.cache.impl that implement IChunk
 class Chunk
          A block of data that is retrieved and cached together.
 

Uses of IChunk in ca.uhn.cache.internal
 

Methods in ca.uhn.cache.internal that return IChunk
 IChunk IChunkIterator.next()
           
 IChunk IChunkStore.get(IQuery theQuery)
           
 IChunk IChunkStore.put(IQuery theQuery, VolatilityEnum theVolatility, CacheReasonEnum[] theReasons)
          Places a IChunk corresponding to the specified IQuery in this IChunkStore.
 IChunk IChunkStore.remove(IQuery theQuery)
          Removes the mapping for this query from this IChunkStore if it is present
 

Methods in ca.uhn.cache.internal with parameters of type IChunk
 long IUnusedChunkRule.getVoguenessModifier(IChunk theChunk)
          For use with the least-recently-used (LRU) mode of cache eviction.
 long IStaleChunkRule.getMaxAge(IChunk theChunk)
           
 

Uses of IChunk in ca.uhn.cache.internal.hibernate.impl
 

Methods in ca.uhn.cache.internal.hibernate.impl that return IChunk
 IChunk ChunkField.toChunk()
           
 

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

Methods in ca.uhn.cache.internal.impl that return IChunk
 IChunk ChunkIterator.next()
           
 IChunk HibernateChunkStore.get(IQuery theQuery)
           
 IChunk HibernateChunkStore.put(IQuery theQuery, VolatilityEnum theVolatility, CacheReasonEnum[] theReasons)
          Places a IChunk corresponding to the specified IQuery in this IChunkStore.
 IChunk HibernateChunkStore.remove(IQuery theQuery)
          Removes the mapping for this query from this IChunkStore if it is present
 

Methods in ca.uhn.cache.internal.impl with parameters of type IChunk
 void ChunkIterator.add(IChunk theChunk)
           
 long DefaultStaleChunkRule.getMaxAge(IChunk theChunk)
           
 long DefaultUnusedChunkRule.getVoguenessModifier(IChunk theChunk)
           
 



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