# File lib/ramaze/cache/localmemcache.rb, line 37 def cache_delete(*args) super{|key| @store.delete(key.to_s); nil } end