class ThreadSafe::SynchronizedCacheBackend

def [](key)

def [](key)
  synchronize { super }
end