Generated by
JDiff

Package org.springframework.cache.transaction

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