class ThreadSafe::MriCacheBackend

def delete(key)

def delete(key)
  WRITE_LOCK.synchronize { super }
end