python-diskcache
python-diskcache copied to clipboard
Clarification on Automatic Expiration Mechanism
Hi
I need some clarification on how the automatic expiration mechanism works. Specifically, I would like to understand whether there is an integrated periodic control thread that removes expired items automatically, or if expired items are only removed when they are accessed.
Could you provide more details on how this process is handled?
Thanks!