Package tech.jhipster.config
Class JHipsterProperties.Cache.Memcached
java.lang.Object
tech.jhipster.config.JHipsterProperties.Cache.Memcached
- Enclosing class:
- JHipsterProperties.Cache
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanvoidsetEnabled(boolean enabled) voidsetExpiration(int expiration) voidsetServers(String servers) voidsetUseBinaryProtocol(boolean useBinaryProtocol)
-
Constructor Details
-
Memcached
public Memcached()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getServers
-
setServers
-
getExpiration
public int getExpiration() -
setExpiration
public void setExpiration(int expiration) -
isUseBinaryProtocol
public boolean isUseBinaryProtocol() -
setUseBinaryProtocol
public void setUseBinaryProtocol(boolean useBinaryProtocol) -
getAuthentication
-