A poor man's trick for getting stuff into the filesystem cache is to simply cat it and redirect that to /dev/null.
This is an example:-
cat /path/myfile.db > /dev/null
A poor man's trick for getting stuff into the filesystem cache is to simply cat it and redirect that to /dev/null.
This is an example:-
cat /path/myfile.db > /dev/null