Uses of Interface
javax.cache.CacheManager
-
Packages that use CacheManager Package Description 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 caching provider for use by theCachingclass -
-
Uses of CacheManager in javax.cache
Methods in javax.cache that return CacheManager Modifier and Type Method Description CacheManagerCache. getCacheManager()Gets theCacheManagerthat owns and manages theCache. -
Uses of CacheManager in javax.cache.spi
Methods in javax.cache.spi that return CacheManager Modifier and Type Method Description CacheManagerCachingProvider. getCacheManager()Requests aCacheManagerconfigured according to theCachingProvider.getDefaultURI()andCachingProvider.getDefaultProperties()be made available that using theCachingProvider.getDefaultClassLoader()for loading underlying classes.CacheManagerCachingProvider. getCacheManager(java.net.URI uri, java.lang.ClassLoader classLoader)Requests aCacheManagerconfigured according to the implementation specificURIthat uses the providedClassLoaderfor loading underlying classes.CacheManagerCachingProvider. getCacheManager(java.net.URI uri, java.lang.ClassLoader classLoader, java.util.Properties properties)Requests aCacheManagerconfigured according to the implementation specificURIbe made available that uses the providedClassLoaderfor loading underlying classes.
-