This is an automated email from the ASF dual-hosted git repository.
yizhenqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/master by this push:
new 0a14ffc fix https://github.com/apache/dubbo/issues/6741 lur to lru
(#6784)
0a14ffc is described below
commit 0a14ffc8fe298e26a9b5cb5385d7d7996eeb5ccb
Author: yizhenqiang <[email protected]>
AuthorDate: Wed Sep 30 16:45:04 2020 +0800
fix https://github.com/apache/dubbo/issues/6741 lur to lru (#6784)
---
.../src/main/java/org/apache/dubbo/cache/filter/CacheFilter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/filter/CacheFilter.java
b/dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/filter/CacheFilter.java
index 902bf6d..ebd6f95 100644
---
a/dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/filter/CacheFilter.java
+++
b/dubbo-filter/dubbo-filter-cache/src/main/java/org/apache/dubbo/cache/filter/CacheFilter.java
@@ -37,7 +37,7 @@ import static
org.apache.dubbo.common.constants.FilterConstants.CACHE_KEY;
/**
* CacheFilter is a core component of dubbo.Enabling <b>cache</b> key of
service,method,consumer or provider dubbo will cache method return value.
* Along with cache key we need to configure cache type. Dubbo default
implemented cache types are
- * <li>lur</li>
+ * <li>lru</li>
* <li>threadlocal</li>
* <li>jcache</li>
* <li>expiring</li>