|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
be.ehealth.technicalconnector.cache | |
be.ehealth.technicalconnector.cache.impl | |
be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain |
Uses of Cache in be.ehealth.technicalconnector.cache |
---|
Methods in be.ehealth.technicalconnector.cache that return Cache | ||
---|---|---|
static
|
CacheFactory.newInstance(CacheFactory.CacheType cacheType,
String serviceName)
Deprecated. please use newInstance(CacheType cacheType, String cacheName, CacheInformation.ExpiryType expiryType, Duration expiryDuration) |
|
static
|
CacheFactory.newInstance(CacheFactory.CacheType cacheType,
String cacheName,
CacheInformation.ExpiryType expiryType,
org.joda.time.Duration expiryDuration)
|
Uses of Cache in be.ehealth.technicalconnector.cache.impl |
---|
Classes in be.ehealth.technicalconnector.cache.impl that implement Cache | |
---|---|
class |
HashMapCache<K,V>
Implementation of Cache based on a HashMap implementation. |
class |
JSR107Cache<K,V>
|
Uses of Cache in be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain |
---|
Methods in be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain that return Cache | |
---|---|
Cache<String,String> |
CacheInformation.getCache()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |