# File lib/ramaze/cache/lru.rb, line 29 def cache_store(*args) super{|key, value| @store[key] = value } end