| Package | Description |
|---|---|
| org.brandao.brcache | |
| org.brandao.brcache.tx |
| Modifier and Type | Class and Description |
|---|---|
class |
Cache
É a classe central do BRCache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TXCache
Provê suporte transacional a um cache.
|
| Modifier and Type | Method and Description |
|---|---|
org.brandao.brcache.tx.CacheTransactionHandler |
CacheTransactionManagerImp.begin(BasicCache cache) |
org.brandao.brcache.tx.CacheTransactionHandler |
CacheTransactionManager.begin(BasicCache cache) |
| Constructor and Description |
|---|
TXCache(BasicCache cache)
Cria um cache transacional a partir de um cache.
|
TXCache(BasicCache cache,
CacheTransactionManager transactionManager)
Cria um cache transacional especificando o gestor transacional.
|
Copyright © 2016. All rights reserved.