Uses of Interface
com.continuent.tungsten.common.cache.CacheResourceManager

Packages that use CacheResourceManager
com.continuent.tungsten.common.cache   
com.continuent.tungsten.replicator.database   
 

Uses of CacheResourceManager in com.continuent.tungsten.common.cache
 

Constructors in com.continuent.tungsten.common.cache with parameters of type CacheResourceManager
IndexedLRUCache(int capacity, CacheResourceManager<T> resourceManager)
          Creates a new prepared statement cache.
 

Uses of CacheResourceManager in com.continuent.tungsten.replicator.database
 

Classes in com.continuent.tungsten.replicator.database that implement CacheResourceManager
 class PreparedStatementCache
          Implements a cache for prepared statements, which are identified by a single key.
 class TableMetadataCache
          Implements a cache for table metadata.