Uses of Class
be.ehealth.technicalconnector.cache.CacheFactory.CacheType

Packages that use CacheFactory.CacheType
be.ehealth.technicalconnector.cache   
 

Uses of CacheFactory.CacheType in be.ehealth.technicalconnector.cache
 

Methods in be.ehealth.technicalconnector.cache that return CacheFactory.CacheType
static CacheFactory.CacheType CacheFactory.CacheType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheFactory.CacheType[] CacheFactory.CacheType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in be.ehealth.technicalconnector.cache with parameters of type CacheFactory.CacheType
static
<K,V> Cache<K,V>
CacheFactory.newInstance(CacheFactory.CacheType cacheType, String serviceName)
          Deprecated. please use newInstance(CacheType cacheType, String cacheName, CacheInformation.ExpiryType expiryType, Duration expiryDuration)
static
<K,V> Cache<K,V>
CacheFactory.newInstance(CacheFactory.CacheType cacheType, String cacheName, CacheInformation.ExpiryType expiryType, org.joda.time.Duration expiryDuration)
           
 




Connector Packaging TECHNICAL 3.24.0-beta-4 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.