Interface TransactionalCache

All Known Subinterfaces:
InternalRemoteCache<K,V>, RemoteCache<K,V>
All Known Implementing Classes:
DelegatingRemoteCache, InvalidatedNearRemoteCache, RemoteCacheImpl, RemoteCacheSupport, TransactionalRemoteCacheImpl

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