class ThreadSafe::MriCacheBackend

def []=(key, value)

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