Package | Description |
---|---|
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Class and Description |
---|---|
class |
EvictionComponent<T extends EvictionComponent<T>>
The cache eviction configuration.
|
interface |
EvictionComponentConsumer<T extends EvictionComponent<T>> |
interface |
EvictionComponentSupplier<T extends EvictionComponent> |
Modifier and Type | Method and Description |
---|---|
EvictionComponent |
DistributedCache.DistributedCacheResources.evictionComponent()
The cache eviction configuration.
|
EvictionComponent |
ReplicatedCache.ReplicatedCacheResources.evictionComponent()
The cache eviction configuration.
|
EvictionComponent |
LocalCache.LocalCacheResources.evictionComponent()
The cache eviction configuration.
|
EvictionComponent |
InvalidationCache.InvalidationCacheResources.evictionComponent()
The cache eviction configuration.
|
EvictionComponent |
EvictionComponentSupplier.get()
Constructed instance of EvictionComponent resource
|
Modifier and Type | Method and Description |
---|---|
T |
DistributedCache.evictionComponent(EvictionComponent value)
The cache eviction configuration.
|
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.