No Modernity, I'm Good
Last Modified on August 10, 2020I 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.