Uses of Interface
be.ehealth.technicalconnector.cache.Cache

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
<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)
           
 

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()
           
 




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