You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/08/27 11:32:28 UTC

[GitHub] [dubbo] 24kpure commented on issue #8610: 建议增加对阿里jetcache缓存的支持,当把@Cached注解缓存定义在接口方法上时,不是先取缓存,还是通过RPC进行了远程调用。

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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org