| Class | Description |
|---|---|
| ComponentEviction<T extends ComponentEviction> |
The cache eviction configuration.
|
| ComponentExpiration<T extends ComponentExpiration> |
The cache expiration configuration.
|
| ComponentLocking<T extends ComponentLocking> |
The locking configuration of the cache.
|
| ComponentTransaction<T extends ComponentTransaction> |
The cache transaction configuration.
|
| LocalCache<T extends LocalCache> |
A local cache configuration
|
| StoreBinaryJdbc<T extends StoreBinaryJdbc> |
The cache JDBC store configuration.
|
| StoreCustom<T extends StoreCustom> |
The cache store configuration.
|
| StoreFile<T extends StoreFile> |
The cache file store configuration.
|
| StoreMixedJdbc<T extends StoreMixedJdbc> |
The cache JDBC store configuration.
|
| StoreNone<T extends StoreNone> |
A store-less configuration.
|
| StoreRemote<T extends StoreRemote> |
The cache remote store configuration.
|
| StoreStringJdbc<T extends StoreStringJdbc> |
The cache JDBC store configuration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.