Class holding a Redis cache of query results. This is meant to store any value T where
T : spray.json.JsonFormat (any T with a json serialization as per spray json), keyed on
string query. Multiple cache instances (instances pointing to different Redis caches) need to be
configured to have different JedisPools.
Class holding a Redis cache of query results. This is meant to store any value
TwhereT : spray.json.JsonFormat(anyTwith a json serialization as per spray json), keyed on string query. Multiple cache instances (instances pointing to different Redis caches) need to be configured to have different JedisPools.