Fix local dev environment caching bug on homepage & advanced search.
Fixes TD-1417.
- Ensures that Rails.cache.fetch is not called when caching is false; this would sometimes lead to errors in a development environment;
- Note you can run rails dev:cache in development to temporarily turn on caching for troubleshooting.