Package io.github.jhipster.config
Class JHipsterProperties.Cache.Memcached
- java.lang.Object
-
- io.github.jhipster.config.JHipsterProperties.Cache.Memcached
-
- Enclosing class:
- JHipsterProperties.Cache
public static class JHipsterProperties.Cache.Memcached extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJHipsterProperties.Cache.Memcached.Authentication
-
Constructor Summary
Constructors Constructor Description Memcached()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JHipsterProperties.Cache.Memcached.AuthenticationgetAuthentication()intgetExpiration()StringgetServers()booleanisEnabled()booleanisUseBinaryProtocol()voidsetEnabled(boolean enabled)voidsetExpiration(int expiration)voidsetServers(String servers)voidsetUseBinaryProtocol(boolean useBinaryProtocol)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getServers
public String getServers()
-
setServers
public void setServers(String servers)
-
getExpiration
public int getExpiration()
-
setExpiration
public void setExpiration(int expiration)
-
isUseBinaryProtocol
public boolean isUseBinaryProtocol()
-
setUseBinaryProtocol
public void setUseBinaryProtocol(boolean useBinaryProtocol)
-
getAuthentication
public JHipsterProperties.Cache.Memcached.Authentication getAuthentication()
-
-