cristoper / feedmixer

A self-hosted API to fetch and mix entries from Atom and RSS feeds (returns Atom, RSS, or JSON)
Do What The F*ck You Want To Public License
168 stars 10 forks source link

Replace persistent cache with RAM cache #7

Closed cristoper closed 4 years ago

cristoper commented 4 years ago

I can't imagine having a persistent cache is very important, but it is slow. The one advantage is that it allows the cache to be used between processes, but I don't know how important that is.

I'd like to write a RAM-based replacement for shelfcache.cache_get() (that wraps requests.get() and handles the HTTP cache headers.