Uses of Interface
org.qi4j.spi.cache.Cache

Packages that use Cache
org.qi4j.spi.cache   
 

Uses of Cache in org.qi4j.spi.cache
 

Classes in org.qi4j.spi.cache that implement Cache
 class NullCache<T>
           
 

Methods in org.qi4j.spi.cache that return Cache
<T> Cache<T>
CachePool.fetchCache(java.lang.String cacheId, java.lang.Class<T> valueType)
          Fethces a cache from the pool.
 

Methods in org.qi4j.spi.cache with parameters of type Cache
 void CachePool.returnCache(Cache cache)
          Returns the cache back to the pool.
 



Copyright © 2007-2010. All Rights Reserved.