Package org.nentangso.core.config
Class NtsProperties.HelperProperties.LocationProperties.CacheProperties
- java.lang.Object
-
- org.nentangso.core.config.NtsProperties.HelperProperties.LocationProperties.CacheProperties
-
- Enclosing class:
- NtsProperties.HelperProperties.LocationProperties
public static class NtsProperties.HelperProperties.LocationProperties.CacheProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetExpiration()StringgetKeyPrefix()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetExpiration(Long expiration)voidsetKeyPrefix(String keyPrefix)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getKeyPrefix
public String getKeyPrefix()
-
setKeyPrefix
public void setKeyPrefix(String keyPrefix)
-
getExpiration
public Long getExpiration()
-
setExpiration
public void setExpiration(Long expiration)
-
-