Skip to content

Http self addCachePolicyFilterKey string

xu.jingyu edited this page Dec 24, 2019 · 5 revisions

简介

为缓存策略添加过滤参数

在使用缓存策略时,有些参数会影响缓存的命中率(eg,地理位置参数实时变更, 可能会导致无法命中缓存),可以使用该方法过滤

  • @param filterKey string 缓存策略CachePolicy
  • @return 返回http对象本身

⚠️ 具体的cache策略请参考CachePolicy

Clone this wiki locally