24kpure commented on issue #8610: URL: https://github.com/apache/dubbo/issues/8610#issuecomment-907135339
Thanks for your advice.In my views,it is unwise for dubbo to support a specific cache dependency. Dubbo just provides some base cache implement.If you want more, it's a good way to add a implement of **org.apache.dubbo.cache.CacheFactory** according to spi. ## You can also have a look at these class - org.apache.dubbo.cache.Cache - org.apache.dubbo.config.annotation.DubboReference#cache -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
