经过源码理解Hystrix缓存的工做原理

AbstractCommand关键源码 protected final HystrixRequestCache requestCache; //默认返回null protected String getCacheKey(){ return null; } protected boolean isRequestCachingEnabled(){ //必须重写getCacheKey
相关文章
相关标签/搜索