class ThreadSafe::SynchronizedCacheBackend

def []=(key, value)

def []=(key, value)
  synchronize { super }
end