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 the
Caching class |
Modifier and Type | Method | Description |
---|---|---|
CacheManager |
Cache.getCacheManager() |
Gets the
CacheManager that owns and manages the Cache . |
Modifier and Type | Method | Description |
---|---|---|
CacheManager |
CachingProvider.getCacheManager() |
Requests a
CacheManager configured according to the
CachingProvider.getDefaultURI() and CachingProvider.getDefaultProperties() be made
available that using the CachingProvider.getDefaultClassLoader() for loading
underlying classes. |
CacheManager |
CachingProvider.getCacheManager(URI uri,
ClassLoader classLoader) |
Requests a
CacheManager configured according to the implementation
specific URI that uses the provided ClassLoader for loading
underlying classes. |
CacheManager |
CachingProvider.getCacheManager(URI uri,
ClassLoader classLoader,
Properties properties) |
Requests a
CacheManager configured according to the implementation
specific URI be made available that uses the provided
ClassLoader for loading underlying classes. |
Copyright © 2017. All rights reserved.