Better local cache usage
- More intelligent local caching. Only caches local entities when they've been hit more then
options.min_hits_for_local or 50
times within 30 seconds. - Adds
X-Cache-Hits
header which records then number of cache hits made on a given nginx instance.