spring-framework / org.springframework.cache.transaction / TransactionAwareCacheManagerProxy / <init>

<init>

TransactionAwareCacheManagerProxy()

Create a new TransactionAwareCacheManagerProxy, setting the target CacheManager through the #setTargetCacheManager bean property.

TransactionAwareCacheManagerProxy(targetCacheManager: CacheManager)

Create a new TransactionAwareCacheManagerProxy for the given target CacheManager.

Parameters

targetCacheManager - the target CacheManager to proxy