Package tech.jhipster.config
Class JHipsterProperties.Cache.Memcached
- java.lang.Object
-
- tech.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 class
JHipsterProperties.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.Authentication
getAuthentication()
int
getExpiration()
String
getServers()
boolean
isEnabled()
boolean
isUseBinaryProtocol()
void
setEnabled(boolean enabled)
void
setExpiration(int expiration)
void
setServers(String servers)
void
setUseBinaryProtocol(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()
-
-