| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpirationComponent<T extends ExpirationComponent>
The cache expiration configuration.
|
interface |
ExpirationComponentConfigurator<T extends ExpirationComponent> |
| Modifier and Type | Method and Description |
|---|---|
ExpirationComponent |
ReplicatedCache.expirationComponent()
The cache expiration configuration.
|
ExpirationComponent |
LocalCache.expirationComponent()
The cache expiration configuration.
|
ExpirationComponent |
InvalidationCache.expirationComponent()
The cache expiration configuration.
|
ExpirationComponent |
DistributedCache.expirationComponent()
The cache expiration configuration.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ReplicatedCache.expirationComponent(ExpirationComponent value)
The cache expiration configuration.
|
T |
LocalCache.expirationComponent(ExpirationComponent value)
The cache expiration configuration.
|
T |
InvalidationCache.expirationComponent(ExpirationComponent value)
The cache expiration configuration.
|
T |
DistributedCache.expirationComponent(ExpirationComponent value)
The cache expiration configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.