Libraries
»
catche
(0.2.5)
»
Index
»
Catche
»
Adapter
»
Base
»
delete
Method: Catche::Adapter::Base.delete
Defined in:
lib/catche/adapter/base.rb
.
delete
(key) ⇒
Object
15 16 17
# File 'lib/catche/adapter/base.rb', line 15
def
delete
(
key
)
adapter
.
delete
(
key
)
end