As we know, all NTs use caching during file operations (read ahead/leazy write). So when I try to read from a file which have already been accessed by another application I receive the contenet of the file system cache. Is there any flag(s) i can specify in my call to CreateFile/NtCreateFile to bypass using of FS cache and receive data directly from storage?