| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
NoneStore |
ReplicatedCache.noneStore()
A store-less configuration.
|
NoneStore |
LocalCache.noneStore()
A store-less configuration.
|
NoneStore |
InvalidationCache.noneStore()
A store-less configuration.
|
NoneStore |
DistributedCache.noneStore()
A store-less configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicatedCache |
ReplicatedCache.noneStore(NoneStore value)
A store-less configuration.
|
LocalCache |
LocalCache.noneStore(NoneStore value)
A store-less configuration.
|
InvalidationCache |
InvalidationCache.noneStore(NoneStore value)
A store-less configuration.
|
DistributedCache |
DistributedCache.noneStore(NoneStore value)
A store-less configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.