|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheManager | |
---|---|
de.smartics.properties.spi.config.cache | Provides an cache manager that provides Infinispan caches. |
Uses of CacheManager in de.smartics.properties.spi.config.cache |
---|
Classes in de.smartics.properties.spi.config.cache that implement CacheManager | |
---|---|
class |
AmnesiaCacheManager The cache manager implementation for a fake cache, that does nothing. |
class |
InMemoryCacheManager The cache manager implementation to store caches in-memory. |
Methods in de.smartics.properties.spi.config.cache that return CacheManager | |
---|---|
CacheManager |
CacheManagerFactory.createManager() Returns the a new instance of a cache manager. |
CacheManager |
CacheManagerFactory.getManager(String id) Returns the an instance of a cache manager for a given id or create a new one on first request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |