public static class MixedJDBCStore.MixedJDBCStoreResources extends Object
Constructor and Description |
---|
MixedJDBCStoreResources() |
Modifier and Type | Method and Description |
---|---|
BehindWrite |
behindWrite()
Configures a cache store as write-behind instead of write-through.
|
BinaryTable |
binaryTable()
Defines a table used to store cache entries whose keys cannot be
expressed as strings.
|
List<Property> |
properties()
Get the list of Property resources
|
Property |
property(String key) |
StringTable |
stringTable()
Defines a table used to store cache entries whose keys can be
expressed as strings.
|
ThroughWrite |
throughWrite()
Configures a cache store as write-through.
|
public List<Property> properties()
public ThroughWrite throughWrite()
public BehindWrite behindWrite()
public StringTable stringTable()
public BinaryTable binaryTable()
Copyright © 2019 JBoss by Red Hat. All rights reserved.