I am using the python module pyfscache in one of my scripts and I am confused about the expiration property of the constructor. When you set an expiration time, what happens when that allotted time is over?
Do the files in the directory get deleted? I tested this with a 5 second expiration and nothing changed with the files within the directory.
How do you distinguish files that have expired vs those that have not, and if applicable, how can you delete expired files from the directory?
Thanks for your help
