# File lib/innate/cache/file_based.rb, line 27 def cache_store(*args) super{|key, value| transaction{|store| store[key] = value } } end