Method: Tml::Cache#delete

Defined in:
lib/tml/cache.rb

#delete(key, opts = {}) ⇒ Object

deletes key from cache



125
126
127
# File 'lib/tml/cache.rb', line 125

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