class ThreadSafe::SynchronizedCacheBackend

def clear

def clear
  synchronize { super }
end