# File lib/moneta/adapters/localmemcache.rb, line 23 def delete(key, options = {}) value = load(key, options) @backend.delete(key) value end