21 22 23
# File 'lib/somecache/custom.rb', line 21 def delete(key) @cache.delete(key_with_namespace(key)) end