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