Uses of Interface
org.tranql.intertxcache.Cache

Packages that use Cache
org.tranql.intertxcache   
 

Uses of Cache in org.tranql.intertxcache
 

Classes in org.tranql.intertxcache that implement Cache
 class BasicCache
           
 class LRUCache
           
 class MultiVersionCache
           
 class NoOpCache
           
 class TxCache
           
 

Methods in org.tranql.intertxcache that return Cache
 Cache RepeatableReadCacheFactory.factory()
           
 Cache ReadCommittedCacheFactory.factory()
           
 Cache CacheFactory.factory()
           
 Cache ReadUncommittedCacheFactory.factory()
           
 Cache NoOpCacheFactory.factory()
           
 

Constructors in org.tranql.intertxcache with parameters of type Cache
TxCache(Cache next)
           
LRUCache(int maxSize, Cache next)
           
FrontEndToCacheAdaptor(javax.transaction.TransactionManager tm, Cache cache)
           
 



Copyright © -2006 The Codehaus. All Rights Reserved.