class documentation

class ResponseCacheControl(_CacheControl):

View In Hierarchy

A cache control for responses. Unlike RequestCacheControl this is mutable and gives access to response-relevant cache control headers.

To get a header of the ResponseCacheControl object again you can convert the object into a string or call the to_header method. If you plan to subclass it and add your own items have a look at the sourcecode for that class.

New in version 0.5: In previous versions a CacheControl class existed that was used both for request and response.
Class Variable immutable Undocumented
Class Variable must​_revalidate Undocumented
Class Variable private Undocumented
Class Variable proxy​_revalidate Undocumented
Class Variable public Undocumented
Class Variable s​_maxage Undocumented

Inherited from _CacheControl:

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method to​_header Convert the stored values into a cache control header.
Class Variable cache​_property Undocumented
Class Variable max​_age Undocumented
Class Variable no​_cache Undocumented
Class Variable no​_store Undocumented
Class Variable no​_transform Undocumented
Instance Variable on​_update Undocumented
Instance Variable provided Undocumented
Method ​_del​_cache​_value Used internally by the accessor properties.
Method ​_get​_cache​_value Used internally by the accessor properties.
Method ​_set​_cache​_value Used internally by the accessor properties.

Inherited from UpdateDictMixin (via _CacheControl):

Method pop Undocumented
Method setdefault Undocumented
Class Variable __delitem__ Undocumented
Class Variable __setitem__ Undocumented
Class Variable clear Undocumented
Class Variable popitem Undocumented
Class Variable update Undocumented
immutable =

Undocumented

must_revalidate =

Undocumented

private =

Undocumented

proxy_revalidate =

Undocumented

public =

Undocumented

s_maxage =

Undocumented