Comparing caching strategies

Dino dino at no.spam.ar
Tue Feb 14 17:08:18 EST 2023


On 2/10/2023 7:39 PM, Dino wrote:
> 
> - How would you structure the caching so that different caching 
> strategies are "pluggable"? change one line of code (or even a config 
> file) and a different caching strategy is used in the next run. Is this 
> the job for a design pattern such as factory or facade?


turns out that the strategy pattern was the right one for me.





More information about the Python-list mailing list