I am implementing my own file cache server using Play framework, and I put my cached files in /tmp
directory.
However I do not know how the OS manages the /tmp
directory. What I wish to know is if the OS will automatically cleanup some files that are old enough, or have not been accessed for a long time.
I am running my server in a Docker container, based on Debian jessie.