Package | Description |
---|---|
javax.cache | |
javax.cache.transaction | |
org.wso2.carbon.caching.impl |
Modifier and Type | Method and Description |
---|---|
Mode |
CacheConfiguration.getTransactionMode()
Gets the transaction mode.
|
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilder.setTransactionEnabled(IsolationLevel isolationLevel,
Mode mode)
Sets whether transaction are enabled for this cache.
|
Modifier and Type | Method and Description |
---|---|
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected Mode |
CacheConfigurationImpl.transactionMode
transaction mode
|
Modifier and Type | Method and Description |
---|---|
Mode |
CacheConfigurationImpl.getTransactionMode() |
Modifier and Type | Method and Description |
---|---|
CacheBuilder<K,V> |
CacheBuilderImpl.setTransactionEnabled(IsolationLevel isolationLevel,
Mode mode) |
Constructor and Description |
---|
CacheConfigurationImpl(boolean readThrough,
boolean writeThrough,
boolean storeByValue,
boolean statisticsEnabled,
IsolationLevel isolationLevel,
Mode transactionMode,
CacheConfiguration.Duration[] timeToLive) |
Copyright © 2015 WSO2 Inc. All rights reserved.