Class TransactionBoundCacheManager
java.lang.Object
org.apache.fineract.infrastructure.core.config.cache.TransactionBoundCacheManager
- All Implemented Interfaces:
org.apache.fineract.infrastructure.core.persistence.TransactionLifecycleCallback,org.springframework.cache.CacheManager
public class TransactionBoundCacheManager
extends Object
implements org.apache.fineract.infrastructure.core.persistence.TransactionLifecycleCallback, org.springframework.cache.CacheManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidorg.springframework.cache.CacheMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.fineract.infrastructure.core.persistence.TransactionLifecycleCallback
afterCommit
-
Constructor Details
-
TransactionBoundCacheManager
public TransactionBoundCacheManager()
-
-
Method Details
-
afterCompletion
public void afterCompletion()- Specified by:
afterCompletionin interfaceorg.apache.fineract.infrastructure.core.persistence.TransactionLifecycleCallback
-
afterBegin
public void afterBegin()- Specified by:
afterBeginin interfaceorg.apache.fineract.infrastructure.core.persistence.TransactionLifecycleCallback
-
getCache
- Specified by:
getCachein interfaceorg.springframework.cache.CacheManager
-
getCacheNames
- Specified by:
getCacheNamesin interfaceorg.springframework.cache.CacheManager
-