| Package | Description |
|---|---|
| org.wildfly.swarm.config.infinispan.cache_container |
| Modifier and Type | Method and Description |
|---|---|
ThroughWrite |
StringJdbcStore.throughWrite()
Configures a cache store as write-through.
|
ThroughWrite |
RemoteStore.throughWrite()
Configures a cache store as write-through.
|
ThroughWrite |
MixedJdbcStore.throughWrite()
Configures a cache store as write-through.
|
ThroughWrite |
FileStore.throughWrite()
Configures a cache store as write-through.
|
ThroughWrite |
CustomStore.throughWrite()
Configures a cache store as write-through.
|
ThroughWrite |
BinaryJdbcStore.throughWrite()
Configures a cache store as write-through.
|
| Modifier and Type | Method and Description |
|---|---|
StringJdbcStore |
StringJdbcStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
RemoteStore |
RemoteStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
MixedJdbcStore |
MixedJdbcStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
FileStore |
FileStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
CustomStore |
CustomStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
BinaryJdbcStore |
BinaryJdbcStore.throughWrite(ThroughWrite value)
Configures a cache store as write-through.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.