Hey guys im using the spray routing cache directive with routeCache method to cache my api calls.
But the issue is that if you api is returning 500 for some reason then in that case also spray is caching that and keeps returning 500 until the cache expires.
So how can i cache only 200 OK responses in spray cache and not others.