Module: Stats

Extended by:
Stats
Included in:
Stats
Defined in:
lib/droid/heroku/stats.rb

Overview

Deprecated

Instance Method Summary collapse

Instance Method Details

#cacheObject



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