xurror commented on a change in pull request #1050:
URL: https://github.com/apache/fineract/pull/1050#discussion_r439726535
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/infrastructure/cache/service/RuntimeDelegatingCacheManager.java
##########
@@ -120,6 +123,11 @@ public Cache getCache(final String name) {
}
private void clearEhCache() {
- this.ehcacheCacheManager.getCacheManager().clearAll();
+ // this.jcacheCacheManager.getCacheManager().removeAll();
Review comment:
Nopes. Unfortunately there isn't. Just a destroy(still not destroyAll)
method which I don't think is what we want to do.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]