58 59 60
# File 'lib/memcache/local_server.rb', line 58 def delete(key) @data.delete(cache_key(key)) && true end