Uses of Class
org.teiid.cache.CacheConfiguration

Packages that use CacheConfiguration
org.teiid.cache   
org.teiid.dqp.internal.process   
 

Uses of CacheConfiguration in org.teiid.cache
 

Methods in org.teiid.cache with parameters of type CacheConfiguration
<K,V> Cache<K,V>
DefaultCacheFactory.get(java.lang.String location, CacheConfiguration config)
           
<K,V> Cache<K,V>
CacheFactory.get(java.lang.String location, CacheConfiguration config)
          Create / Get the cache for the give type use
 

Constructors in org.teiid.cache with parameters of type CacheConfiguration
DefaultCacheFactory(CacheConfiguration config)
           
 

Uses of CacheConfiguration in org.teiid.dqp.internal.process
 

Methods in org.teiid.dqp.internal.process that return CacheConfiguration
 CacheConfiguration DQPConfiguration.getPreparedPlanCacheConfig()
           
 CacheConfiguration DQPConfiguration.getResultsetCacheConfig()
           
 

Methods in org.teiid.dqp.internal.process with parameters of type CacheConfiguration
 void DQPConfiguration.setPreparedPlanCacheConfig(CacheConfiguration preparedPlanCacheConfig)
           
 void DQPConfiguration.setResultsetCacheConfig(CacheConfiguration config)
           
 



Copyright © 2011. All Rights Reserved.