Package tech.jhipster.config
Class JHipsterProperties.Cache.Hazelcast
java.lang.Object
tech.jhipster.config.JHipsterProperties.Cache.Hazelcast
- Enclosing class:
- JHipsterProperties.Cache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetBackupCount(int backupCount) voidsetTimeToLiveSeconds(int timeToLiveSeconds)
-
Constructor Details
-
Hazelcast
public Hazelcast()
-
-
Method Details
-
getTimeToLiveSeconds
public int getTimeToLiveSeconds() -
setTimeToLiveSeconds
public void setTimeToLiveSeconds(int timeToLiveSeconds) -
getBackupCount
public int getBackupCount() -
setBackupCount
public void setBackupCount(int backupCount)
-