Presently expiringdict does not support infinite-size dicts, where keys are only deleted after the timer has expired. I added a small condition that allows infinite-size dicts to exist. To allow infinite members, set the size to 0. Theoretically it can be anything, even "None", but I find 0 to be the easiest to introduce right now.
Presently expiringdict does not support infinite-size dicts, where keys are only deleted after the timer has expired. I added a small condition that allows infinite-size dicts to exist. To allow infinite members, set the size to 0. Theoretically it can be anything, even "None", but I find 0 to be the easiest to introduce right now.