It says in the docs that doing reg operations without flushing can delay the changes several seconds. Does this mean if I write to the registry then immediately read from it it may read the old value, or does the delay only affect other programs that try to read right after I wrote it? (it will in fact be synchronized in my program, using a cache or something)