Package tech.jhipster.config
Class JHipsterProperties.Cache.Caffeine
java.lang.Object
tech.jhipster.config.JHipsterProperties.Cache.Caffeine
- Enclosing class:
- JHipsterProperties.Cache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintvoidsetMaxEntries(long maxEntries) voidsetTimeToLiveSeconds(int timeToLiveSeconds)
-
Constructor Details
-
Caffeine
public Caffeine()
-
-
Method Details
-
getTimeToLiveSeconds
public int getTimeToLiveSeconds() -
setTimeToLiveSeconds
public void setTimeToLiveSeconds(int timeToLiveSeconds) -
getMaxEntries
public long getMaxEntries() -
setMaxEntries
public void setMaxEntries(long maxEntries)
-