Uses of Interface
javax.cache.CacheManager

Packages that use CacheManager
javax.cache This package contains the API for JCache.. 
javax.cache.spi The javax.cache.spi package defines the classes and interfaces that are implemented by the persistence provider for use by the CacheManagerFactory class 
 

Uses of CacheManager in javax.cache
 

Methods in javax.cache that return CacheManager
 CacheManager CacheManagerFactory.getCacheManager()
          Get the default cache manager.
 CacheManager Cache.getCacheManager()
          Gets the CacheManager managing this cache.
 CacheManager CacheManagerFactory.getCacheManager(String name)
          Get a named cache manager.
 

Uses of CacheManager in javax.cache.spi
 

Methods in javax.cache.spi that return CacheManager
 CacheManager CacheManagerFactoryProvider.createCacheManager(String name)
          Called by the CacheManagerFactory class when a new CacheManager needs to be created.
 



Copyright © 2011. All Rights Reserved.