# File lib/thread_safe/non_concurrent_cache_backend.rb, line 75 def delete(key) @backend.delete(key) end