Interface TransactionalCache


  • public interface TransactionalCache
    This interface is implemented by caches that support (i.e. can interact with) transactions.
    Since:
    9.3
    Author:
    Pedro Ruivo
    • Method Detail

      • getTransactionManager

        default javax.transaction.TransactionManager getTransactionManager()
        Returns:
        the TransactionManager in use by this cache or null if the cache isn't transactional.