|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheInformation.ExpiryType | |
---|---|
be.ehealth.technicalconnector.cache | |
be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain |
Uses of CacheInformation.ExpiryType in be.ehealth.technicalconnector.cache |
---|
Methods in be.ehealth.technicalconnector.cache with parameters of type CacheInformation.ExpiryType | ||
---|---|---|
static
|
CacheFactory.newInstance(CacheFactory.CacheType cacheType,
String cacheName,
CacheInformation.ExpiryType expiryType,
org.joda.time.Duration expiryDuration)
|
Uses of CacheInformation.ExpiryType in be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain |
---|
Methods in be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain that return CacheInformation.ExpiryType | |
---|---|
static CacheInformation.ExpiryType |
CacheInformation.ExpiryType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CacheInformation.ExpiryType[] |
CacheInformation.ExpiryType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in be.fgov.ehealth.technicalconnector.bootstrap.bcp.domain with parameters of type CacheInformation.ExpiryType | |
---|---|
CacheInformation(String serviceName,
CacheInformation.CacheType cacheType,
CacheInformation.KeyTransformType keyTransformType,
String keyTransfromLocation,
CacheInformation.ExpiryType expiryType,
org.joda.time.Duration expiryDuration)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |