wreq icon indicating copy to clipboard operation
wreq copied to clipboard

What is Network.Wreq.Cache?

Open thkoch2001 opened this issue 8 years ago • 2 comments

I was looking into adding a cache to my feed fetcher toy project and found that there is already something called Cache in wreq. But I have no idea what it is for, how to use it and whether it is ready to be used.

thkoch2001 avatar Dec 30 '17 15:12 thkoch2001

It seems to be it was meant to be a caching system, but never really finished (it's in the TODO list). From the code it looks that it's not ready to be used at all.

ondrap avatar Jan 01 '18 21:01 ondrap

From the code it also looks that it would only serve as an in-memory cache and not be meant for persistent storage as what I had in mind. Maybe it would be better to remove or hide the code to not confuse others?

Thank you!

thkoch2001 avatar Jan 02 '18 10:01 thkoch2001