Allow `/filebrowser/file` to cache the file contents
Requesting uncached file contents through /filebrowser/file
returned a 400 error. We had to request first /filebrowser/loadfile
to cache the file contents.
With this MR, /filebrowser/file
caches the file contents if the file path is not found in cache.
Edited by Loic Huder