staticconstexprdoublePURGE_LIFETIME_SEC=0.5;//When an entry has this age, it will be purged from the cache
staticconstexprdoublePURGE_INTERVAL=0.5;// With this interval, we check for entries to purge
staticconstexprdoubleMAX_LIFETIME_SEC=PURGE_LIFETIME_SEC+PURGE_INTERVAL;// This is the oldest age an entry can reach (given purging works in an ideal world, i.e. with the ideal interval and in zero time)