Uses of Interface
org.teiid.cache.Cache

Packages that use Cache
org.teiid.cache   
 

Uses of Cache in org.teiid.cache
 

Classes in org.teiid.cache that implement Cache
 class DefaultCache<K,V>
           
 

Fields in org.teiid.cache with type parameters of type Cache
protected  java.util.Map<java.lang.String,Cache> DefaultCache.children
           
 

Methods in org.teiid.cache that return Cache
 Cache DefaultCache.addChild(java.lang.String name)
           
<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)
           
 Cache DefaultCache.getChild(java.lang.String name)
           
 

Methods in org.teiid.cache that return types with arguments of type Cache
 java.util.Collection<Cache> DefaultCache.getChildren()
           
 

Methods in org.teiid.cache with parameters of type Cache
 boolean Cachable.prepare(Cache cache, BufferManager bufferManager)
           
 boolean Cachable.restore(Cache cache, BufferManager bufferManager)
           
 



Copyright © 2010. All Rights Reserved.