kjetilk / p5-lwp-useragent-chicaching

LWP::UserAgent with caching based on CHI
0 stars 2 forks source link

Role to control cache insertion and retrieval #4

Closed kjetilk closed 8 years ago

kjetilk commented 8 years ago

We need to have a role that can control insertions in the cache, where the default is just to take the response and insert it as a string, and then retrieve it as a string.

Other systems may want to do it differently.