Package io.github.jhipster.config
Interface JHipsterDefaults.Cache.Caffeine
-
- Enclosing interface:
- JHipsterDefaults.Cache
public static interface JHipsterDefaults.Cache.Caffeine
-
-
Field Summary
Fields Modifier and Type Field Description static longmaxEntriesstatic inttimeToLiveSeconds
-
-
-
Field Detail
-
timeToLiveSeconds
static final int timeToLiveSeconds
- See Also:
- Constant Field Values
-
maxEntries
static final long maxEntries
- See Also:
- Constant Field Values
-
-