# cache_format = 'throttle_%(scope)s_%(ident)s'
return self.cache_format % {
    'scope': self.scope,
    'ident': self.get_ident(request)
}

相关文章:

  • 2021-07-13
  • 2022-12-23
  • 2022-03-02
  • 2021-06-23
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2018-02-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
相关资源
相似解决方案