python-diskcache icon indicating copy to clipboard operation
python-diskcache copied to clipboard

Question: Object pool with DiskCache

Open dineshbvadhia opened this issue 1 year ago • 0 comments

Imagine N distinct objects in a pool. When, for example object#3 is removed, it is immediately replaced with another copy of object#3. Once removed, an object is not returned to the pool after use. The N distinct objects are always available from the pool at all times.

Can DiskCache be used for such an object pool?

dineshbvadhia avatar Feb 07 '25 10:02 dineshbvadhia