Uses of Interface
javax.cache.CacheManager
Packages that use CacheManager
Package
Description
This package contains the API for JCache.
The javax.cache.spi package defines the classes and interfaces that are implemented by the
caching provider for use by the
Caching class-
Uses of CacheManager in javax.cache
Methods in javax.cache that return CacheManagerModifier and TypeMethodDescriptionCache.getCacheManager()Gets theCacheManagerthat owns and manages theCache. -
Uses of CacheManager in javax.cache.spi
Methods in javax.cache.spi that return CacheManagerModifier and TypeMethodDescriptionCachingProvider.getCacheManager()Requests aCacheManagerconfigured according to theCachingProvider.getDefaultURI()andCachingProvider.getDefaultProperties()be made available that using theCachingProvider.getDefaultClassLoader()for loading underlying classes.CachingProvider.getCacheManager(URI uri, ClassLoader classLoader) Requests aCacheManagerconfigured according to the implementation specificURIthat uses the providedClassLoaderfor loading underlying classes.CachingProvider.getCacheManager(URI uri, ClassLoader classLoader, Properties properties) Requests aCacheManagerconfigured according to the implementation specificURIbe made available that uses the providedClassLoaderfor loading underlying classes.