Package tech.jhipster.config
Class JHipsterProperties.Cache.Hazelcast
- java.lang.Object
-
- tech.jhipster.config.JHipsterProperties.Cache.Hazelcast
-
- Enclosing class:
- JHipsterProperties.Cache
public static class JHipsterProperties.Cache.Hazelcast extends Object
-
-
Constructor Summary
Constructors Constructor Description Hazelcast()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBackupCount()
int
getTimeToLiveSeconds()
void
setBackupCount(int backupCount)
void
setTimeToLiveSeconds(int timeToLiveSeconds)
-