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
 void CacheManager.registerCache(java.lang.String cacheName, Cache cache)
           
 java.util.Map EvictionStrategy.evict(Cache cache)
           
 



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