Hello. I am programming a realtime application and for my algos, I need to know how VLC manages its cache. For my application, I have a cache from where my main application reads data and a separate helper thread fills this cache reading files from disk. However, I can not find a good algorithm or i...