returns a handler instead of being a handler
In the new version of arc-cache, cacheReply has changed so that it returns a cache handler instead of directly returning cached values. Instead you call this handler to get your cached values. You can also specify your preferred cache policies to cacheReply and it will give you a handler that implements them for you. See tests for options you can pass in.