fetch
fetch copied to clipboard
Supporting cache backend
Cacheing resource request is a great feature. However, I was wondering if it would be nice to support cache backends such as Redis or MemCached.
You can implement DataSourceCache
yourself and pass it when you run a Fetch
.
For the moment there are no ready made integrations with Redis / Memcached or ScalaCache ... That is definitely something worth exploring in the future.
Yeah, it would be nice to have built-in support for ScalaCache.