public static class BinaryJDBCStore.BinaryJDBCStoreResources extends Object
| Constructor and Description | 
|---|
BinaryJDBCStoreResources()  | 
| 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)  | 
ThroughWrite | 
throughWrite()
Configures a cache store as write-through. 
 | 
public List<Property> properties()
public ThroughWrite throughWrite()
public BehindWrite behindWrite()
public BinaryTable binaryTable()
Copyright © 2018 JBoss by Red Hat. All rights reserved.