If I read a file from a UNC network share does Windows cache parts of that file?
For example: If I read the whole file byte for byte, will each read call result in a request over the network, or does Windows read larger blocks internally, and serve subsequent request from memory?