Delete a key
Parameters:
The key to delete
91 92 93
# File 'lib/taupe/cache.rb', line 91 def delete(key) @instance.driver.delete key.to_s end