Skip to content

Commit

Permalink
fix #6741 lur to lru (#6784)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzhizhen committed Sep 30, 2020
1 parent 2d9583a commit 0a14ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/**
* 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>
Expand Down

0 comments on commit 0a14ffc

Please sign in to comment.