|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Caching class |
Uses of CacheManager in javax.cache |
---|
Methods in javax.cache that return CacheManager | |
---|---|
static CacheManager |
Caching.getCacheManager()
Get the default cache manager. |
CacheManager |
Cache.getCacheManager()
Gets the CacheManager managing this cache. |
static CacheManager |
Caching.getCacheManager(ClassLoader classLoader)
Get the default cache manager. |
static CacheManager |
Caching.getCacheManager(ClassLoader classLoader,
String name)
Get a named cache manager. |
static CacheManager |
Caching.getCacheManager(String name)
Get a named cache manager using the default cache loader as specified by the implementation (see CachingProvider.getDefaultClassLoader() |
Uses of CacheManager in javax.cache.spi |
---|
Methods in javax.cache.spi that return CacheManager | |
---|---|
CacheManager |
CachingProvider.createCacheManager(ClassLoader classLoader,
String name)
Called by the Caching class when a
new CacheManager needs to be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |