django_to_galaxy.utils.enabled_cache

django_to_galaxy.utils.enabled_cache()

Context manager for temporarily enabling caching for all requests functions.

This aims to be the place to set parameters for requests_cache in the future.

Inspired from requests_cache.enabled context manager.