Method: Tml::Cache#store

Defined in:
lib/tml/cache.rb

#store(key, data, opts = {}) ⇒ Object

stores key in cache



120
121
122
# File 'lib/tml/cache.rb', line 120

def store(key, data, opts = {})
  # do nothing
end