|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnawareCache | |
---|---|
de.smartics.properties.spi.config.cache | Provides an cache manager that provides Infinispan caches. |
Uses of UnawareCache in de.smartics.properties.spi.config.cache |
---|
Subinterfaces of UnawareCache in de.smartics.properties.spi.config.cache | |
---|---|
interface |
Cache<K,V> The cache interface for all caches for smartics properties. |
Classes in de.smartics.properties.spi.config.cache that implement UnawareCache | |
---|---|
class |
AmnesiaCache<K,V> Fake implementation of a cache. |
class |
InMemoryCache<K,V> Fake implementation of a cache. |
Methods in de.smartics.properties.spi.config.cache that return UnawareCache | |
---|---|
UnawareCache<?,?> |
InMemoryCacheManager.getPropertiesCache(String cacheName) Returns the cache with the given name. |
static UnawareCache<?,?> |
CacheManagerFactory.getPropertiesCache(String cacheName) Returns the cache with the given name. |
UnawareCache<?,?> |
CacheManager.getPropertiesCache(String cacheName) Returns the properties cache with the given name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |