https://docs.djangoproject.com/en/3.2/topics/cache/#basic-usage Currently typed as `Any`, but we can do better: ```python from django.core.cache import cache reveal_type(cache) # N: revealed type is Any ```