# File lib/moneta/adapters/cassandra.rb, line 83 def delete(key, options = {}) if value = load(key, options) @backend.remove(@cf, key) value end end