class ThreadSafe::SynchronizedCacheBackend

def delete(key)

def delete(key)
  synchronize { super }
end