24 25 26 27 28 29
# File 'lib/time_bandits/time_consumers/memcached.rb', line 24 def set(event) i = Memcached.instance i.time += event.duration i.calls += 1 i.writes += 1 end