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