How to use dubbo cache

Dubbo cache can help speed up the performance of the application, and can store data in the local cache to reduce the number of data accesses, thereby improving performance. You can use cache by configuring Dubbo's cache service, such as Ehcache, Redis or Memcache.

Guess you like

Origin blog.csdn.net/weixin_35749786/article/details/129607048