|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.technicalconnector.cache.CacheFactory
public final class CacheFactory
Factory to obtain
| Nested Class Summary | |
|---|---|
static class |
CacheFactory.CacheType
|
static class |
CacheFactory.ExpiryType
|
| Constructor Summary | |
|---|---|
CacheFactory()
|
|
| Method Summary | ||
|---|---|---|
static
|
newInstance(CacheFactory.CacheType cacheType,
String serviceName)
Deprecated. |
|
static
|
newInstance(CacheFactory.CacheType cacheType,
String cacheName,
CacheInformation.ExpiryType expiryType,
org.joda.time.Duration expiryDuration)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheFactory()
| Method Detail |
|---|
public static <K,V> Cache<K,V> newInstance(CacheFactory.CacheType cacheType,
String cacheName,
CacheInformation.ExpiryType expiryType,
org.joda.time.Duration expiryDuration)
@Deprecated
public static <K,V> Cache<K,V> newInstance(CacheFactory.CacheType cacheType,
String serviceName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||