Vyuh

Finite State Magic

No Modernity, I'm Good

Last Modified on August 10, 2020

Tags: perl cache

I need some simple caching in my perl app. Something backed by disk files should work well. Internet pointed me to the modern and more featureful CPAN module CHI. But after looking at the dependency graph of CHI (more than 20 dependencies) and comparing it with that of Cache::Cache (3 dependencies) I decided on good old Cache::Cache

No Modernity. I’m good.