The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for perl distribution Mojo-UserAgent-Role-Cache

0.03 2019-04-05T12:37:40+0700
 - Can debug cache info with MOJO_UA_CACHE_DEBUG=1, without dumping req/res
 - Breaking change: The file cache name will have readable parts if it
   only contains "\w", "." or "-".

0.02 2018-09-28T21:29:01+0900
 - Fix unique filename per cache entry
 - Add attribute "cache_key"

0.01 2018-09-26T15:52:00+0900
 - Add basic caching through Mojo::UserAgent::Role::Cache::Driver::File
 - Add attribute "cache_driver"
 - Add attribute "cache_strategy"
 - Add method "cache_driver_singleton"