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