public static class InvalidationCache.InvalidationCacheResources extends Object
Constructor and Description |
---|
InvalidationCacheResources() |
Modifier and Type | Method and Description |
---|---|
BinaryJDBCStore |
binaryJdbcStore()
The cache JDBC store configuration.
|
CustomStore |
customStore()
The cache store configuration.
|
EvictionComponent |
evictionComponent()
The cache eviction configuration.
|
ExpirationComponent |
expirationComponent()
The cache expiration configuration.
|
FileStore |
fileStore()
The cache file store configuration.
|
JDBCStore |
jdbcStore()
The cache JDBC store configuration.
|
LockingComponent |
lockingComponent()
The locking configuration of the cache.
|
MixedJDBCStore |
mixedJdbcStore()
The cache JDBC store configuration.
|
NoneStore |
noneStore()
A store-less configuration.
|
RemoteStore |
remoteStore()
The cache remote store configuration.
|
TransactionComponent |
transactionComponent()
The cache transaction configuration.
|
public EvictionComponent evictionComponent()
public ExpirationComponent expirationComponent()
public CustomStore customStore()
public FileStore fileStore()
public NoneStore noneStore()
public JDBCStore jdbcStore()
public TransactionComponent transactionComponent()
public LockingComponent lockingComponent()
public BinaryJDBCStore binaryJdbcStore()
public MixedJDBCStore mixedJdbcStore()
public RemoteStore remoteStore()
Copyright © 2018 JBoss by Red Hat. All rights reserved.