The cachecontrol module is accessible via the webob module.
Represents a property that either is listed in the Cache-Control header, or is not listed (has no value)
This class contains 4 members.
Represents a property that has a value in the Cache-Control header.
When no value is actually given, the value of self.none is returned.
This class contains 4 members.
Represents the Cache-Control header.
By giving a type of 'request' or 'response' you can control what attributes are allowed (some Cache-Control values only apply to requests or responses).
This class contains 16 members.
See the source for more information.