Method: DHC::Throttle.tracker
- Defined in:
- lib/dhc/interceptors/throttle.rb
.tracker(provider) ⇒ Object
13 14 15 |
# File 'lib/dhc/interceptors/throttle.rb', line 13 def tracker(provider) (Rails.cache.read(CACHE_KEY) || {})[provider] || {} end |