|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Configuration.L1Config
Configures the L1 cache behavior in 'distributed' caches instances. In any other cache modes, this element is ignored.
Method Summary | |
---|---|
Configuration.L1Config |
enabled(Boolean enabled)
Toggle to enable/disable L1 cache. |
Configuration.L1Config |
lifespan(Long lifespan)
Maximum lifespan of an entry placed in the L1 cache. |
Configuration.L1Config |
onRehash(Boolean onRehash)
If true, entries removed due to a rehash will be moved to L1 rather than being removed altogether. |
Method Detail |
---|
Configuration.L1Config enabled(Boolean enabled)
l1CacheEnabled
- Configuration.L1Config lifespan(Long lifespan)
l1Lifespan
- Configuration.L1Config onRehash(Boolean onRehash)
l1OnRehash
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |