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