Method: Innate::Cache::Memory#cache_store

Defined in:
lib/innate/cache/memory.rb

#cache_store(*args) ⇒ Object



8
9
10
# File 'lib/innate/cache/memory.rb', line 8

def cache_store(*args)
  super{|key, value| self[key] = value }
end