Uses of Interface
javax.cache.Cache

Uses of Cache in javax.cache
 

Methods in javax.cache that return Cache
 Cache CacheFactory.createCache(java.util.Map m)
           
 Cache CacheManager.getCache(java.lang.String cacheName)
           
 

Methods in javax.cache with parameters of type Cache
 java.util.Map EvictionStrategy.evict(Cache cache)
           
 void CacheManager.registerCache(java.lang.String cacheName, Cache cache)
           
 



Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.