Ticket #770 (defect)
Opened 6 months ago
Cache multiple response variants based on Vary header set
Status: new
| Reported by: | fumanchu | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
Currently, if a second request arrives with a different set of Vary header elements, we just dump the old cached item and replace it with the new one. Instead, we should be able to cache multiple variant representations, one for each set of seen Vary values.

