|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration.L1Config | |
---|---|
org.infinispan.config | Cache configuration beans and parsers. |
Uses of Configuration.L1Config in org.infinispan.config |
---|
Classes in org.infinispan.config that implement Configuration.L1Config | |
---|---|
static class |
Configuration.L1Type
This element configures the L1 cache behavior in 'distributed' caches instances. |
Methods in org.infinispan.config that return Configuration.L1Config | |
---|---|
Configuration.L1Config |
Configuration.ClusteringConfig.configureL1()
Configure l1 sub element |
Configuration.L1Config |
Configuration.ClusteringType.configureL1()
|
Configuration.L1Config |
Configuration.L1Config.enabled(Boolean enabled)
Toggle to enable/disable L1 cache. |
Configuration.L1Config |
Configuration.L1Type.enabled(Boolean enabled)
|
Configuration.L1Config |
Configuration.L1Config.lifespan(Long lifespan)
Maximum lifespan of an entry placed in the L1 cache. |
Configuration.L1Config |
Configuration.L1Type.lifespan(Long lifespan)
|
Configuration.L1Config |
Configuration.L1Config.onRehash(Boolean onRehash)
If true, entries removed due to a rehash will be moved to L1 rather than being removed altogether. |
Configuration.L1Config |
Configuration.L1Type.onRehash(Boolean onRehash)
|
Configuration.L1Config |
Configuration.L1Type.setEnabled(Boolean enabled)
|
Configuration.L1Config |
Configuration.L1Type.setLifespan(Long lifespan)
|
Configuration.L1Config |
Configuration.L1Type.setOnRehash(Boolean onRehash)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |