public static class StringJDBCStore.StringJDBCStoreResources extends Object
| Constructor and Description |
|---|
StringJDBCStoreResources() |
| Modifier and Type | Method and Description |
|---|---|
BehindWrite |
behindWrite()
Configures a cache store as write-behind instead of write-through.
|
List<Property> |
properties()
Get the list of Property resources
|
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.
|
@Subresource public List<Property> properties()
@Subresource public ThroughWrite throughWrite()
@Subresource public BehindWrite behindWrite()
@Subresource public StringTable stringTable()
Copyright © 2015 JBoss by Red Hat. All rights reserved.