Uses of Class
org.teiid.cache.Cache.Type

Packages that use Cache.Type
org.teiid.cache   
 

Uses of Cache.Type in org.teiid.cache
 

Methods in org.teiid.cache that return Cache.Type
static Cache.Type Cache.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Cache.Type[] Cache.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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



Copyright © 2010. All Rights Reserved.