# File lib/thread_safe/mri_cache_backend.rb, line 48 def delete(key) WRITE_LOCK.synchronize { super } end