Module: Stats
Overview
Deprecated
Instance Method Summary collapse
Instance Method Details
#cache ⇒ Object
3 4 5 |
# File 'lib/droid/heroku/stats.rb', line 3 def cache @@cache ||= MemcacheCluster.cache("heroku:stats") end |
#increment(key, amount = 1) ⇒ Object
7 8 |
# File 'lib/droid/heroku/stats.rb', line 7 def increment(key, amount=1) end |
#sample(key, value) ⇒ Object
10 11 |
# File 'lib/droid/heroku/stats.rb', line 10 def sample(key, value) end |