| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
EvictionComponent |
ReplicatedCache.evictionComponent()
The cache eviction configuration.
|
EvictionComponent |
LocalCache.evictionComponent()
The cache eviction configuration.
|
EvictionComponent |
InvalidationCache.evictionComponent()
The cache eviction configuration.
|
EvictionComponent |
DistributedCache.evictionComponent()
The cache eviction configuration.
|
EvictionComponent |
EvictionComponent.evictions(Long value)
The number of cache eviction operations.
|
EvictionComponent |
EvictionComponent.maxEntries(Long value)
Maximum number of entries in a cache instance.
|
EvictionComponent |
EvictionComponent.strategy(String value)
Sets the cache eviction strategy.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatedCache |
ReplicatedCache.evictionComponent(EvictionComponent value)
The cache eviction configuration.
|
LocalCache |
LocalCache.evictionComponent(EvictionComponent value)
The cache eviction configuration.
|
InvalidationCache |
InvalidationCache.evictionComponent(EvictionComponent value)
The cache eviction configuration.
|
DistributedCache |
DistributedCache.evictionComponent(EvictionComponent value)
The cache eviction configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.