# File lib/thread_safe/synchronized_cache_backend.rb, line 52
    def delete(key)
      synchronize { super }
    end