| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Class and Description |
|---|---|
class |
EvictionComponent<T extends EvictionComponent>
The cache eviction configuration.
|
interface |
EvictionComponentConfigurator<T extends EvictionComponent> |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ReplicatedCache.evictionComponent(EvictionComponent value)
The cache eviction configuration.
|
T |
LocalCache.evictionComponent(EvictionComponent value)
The cache eviction configuration.
|
T |
InvalidationCache.evictionComponent(EvictionComponent value)
The cache eviction configuration.
|
T |
DistributedCache.evictionComponent(EvictionComponent value)
The cache eviction configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.