MCPcopy
hub / github.com/django/django / cache.py

File cache.py

django/utils/cache.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2This module contains helper functions for controlling caching. It does so by
3managing the "Vary" header of responses. It includes functions to patch the
4header of response objects directly and decorators that change functions to do

Callers

nothing calls this directly

Calls 1

_lazy_re_compileFunction · 0.90

Tested by

no test coverage detected