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