|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.technicalconnector.bootstrap.bcp.domain.CacheInformation
public class CacheInformation
| Nested Class Summary | |
|---|---|
static class |
CacheInformation.CacheType
|
static class |
CacheInformation.ExpiryType
|
static class |
CacheInformation.KeyTransformType
|
| Constructor Summary | |
|---|---|
CacheInformation(String serviceName,
CacheInformation.CacheType cacheType,
CacheInformation.KeyTransformType keyTransformType,
String keyTransfromLocation,
CacheInformation.ExpiryType expiryType,
org.joda.time.Duration expiryDuration)
|
|
| Method Summary | |
|---|---|
Cache<String,String> |
getCache()
|
CacheInformation.KeyTransformType |
getKeyTransformType()
|
String |
getKeyTransfromLocation()
|
boolean |
isActivated()
|
boolean |
isKeyTransformType(CacheInformation.KeyTransformType keyTransformType)
|
boolean |
isXsltKeyTransform()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheInformation(String serviceName,
CacheInformation.CacheType cacheType,
CacheInformation.KeyTransformType keyTransformType,
String keyTransfromLocation,
CacheInformation.ExpiryType expiryType,
org.joda.time.Duration expiryDuration)
| Method Detail |
|---|
public boolean isActivated()
public Cache<String,String> getCache()
public boolean isXsltKeyTransform()
public CacheInformation.KeyTransformType getKeyTransformType()
public boolean isKeyTransformType(CacheInformation.KeyTransformType keyTransformType)
public String getKeyTransfromLocation()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||