We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d564e7 commit 60abb6dCopy full SHA for 60abb6d
dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/filter/CacheFilter.java
@@ -82,7 +82,7 @@ public void setCacheFactory(CacheFactory cacheFactory) {
82
83
/**
84
* If cache is configured, dubbo will invoke method on each method call. If cache value is returned by cache store
85
- * then it will return otherwise call the remote method and return value. If remote method's return valeu has error
+ * then it will return otherwise call the remote method and return value. If remote method's return value has error
86
* then it will not cache the value.
87
* @param invoker service
88
* @param invocation invocation.
0 commit comments