Interface TransactionalCache
- All Known Subinterfaces:
AdvancedCache<K,V>, InternalRemoteCache<K, V>, RemoteCache<K, V>, SecureCache<K, V>
- All Known Implementing Classes:
AbstractDelegatingAdvancedCache, AliasCache, CacheImpl, DecoratedCache, DelegatingRemoteCache, EncoderCache, InvalidatedNearRemoteCache, RemoteCacheImpl, RemoteCacheSupport, SecureCacheImpl, SimpleCacheImpl, StatsCollectingCache
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
Modifier and TypeMethodDescriptiondefault jakarta.transaction.TransactionManager
-
Method Details
-
getTransactionManager
default jakarta.transaction.TransactionManager getTransactionManager()- Returns:
- the
TransactionManagerin use by this cache ornullif the cache isn't transactional.
-