dugenkui03 commented on a change in pull request #2594: 3.x dev cache
URL: https://github.com/apache/incubator-dubbo/pull/2594#discussion_r223215700
##########
File path:
dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/Cache.java
##########
@@ -25,4 +25,10 @@
Object get(Object key);
+ boolean remove(Object key);
Review comment:
when user want to Invalidate cache,espescially in ThreadLocalCache.details
about this commit can be found in
[#2592](https://github.com/apache/incubator-dubbo/issues/2592)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services