Merge branch '3.2.x'
This commit is contained in:
@@ -110,6 +110,7 @@ public class CachingOperationInvoker implements OperationInvoker {
|
||||
this.cachedResponses.entrySet().removeIf((entry) -> entry.getValue().isStale(accessTime, this.timeToLive));
|
||||
}
|
||||
catch (Exception ex) {
|
||||
// Ignore
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user