Generated by
JDiff

Package org.springframework.cache.transaction

Changed Classes
TransactionAwareCacheDecorator Cache decorator which synchronizes its .put and .evict operations with Spring-managed transactions (through Spring's TransactionSynchronizationManager, performing the actual cache put/evict operation only in the after-commit phase of a successful transaction.