Package org.infinispan.commons.api
Interface TransactionalCache
-
- All Known Subinterfaces:
AdvancedCache<K,V>
,RemoteCache<K,V>
,SecureCache<K,V>
public interface TransactionalCache
This interface is implemented by caches that support (i.e. can interact with) transactions.- Since:
- 9.3
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default TransactionManager
getTransactionManager()
-
-
-
Method Detail
-
getTransactionManager
default TransactionManager getTransactionManager()
- Returns:
- the
TransactionManager
in use by this cache ornull
if the cache isn't transactional.
-
-