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 CacheFactory.factory()
           
 Cache NoOpCacheFactory.factory()
           
 Cache ReadCommittedCacheFactory.factory()
           
 Cache ReadUncommittedCacheFactory.factory()
           
 Cache RepeatableReadCacheFactory.factory()
           
 

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



Copyright © -2010 The Codehaus. All Rights Reserved.