26 #ifndef CACHE_COMMON_H
27 #define CACHE_COMMON_H
42 unsigned int public:1;
43 unsigned int private:1;
44 unsigned int private_header:1;
45 unsigned int must_revalidate:1;
46 unsigned int proxy_revalidate:1;
47 unsigned int s_maxage:1;
48 unsigned int invalidated:1;
struct cache_control cache_control_t
Definition: cache_common.h:30
unsigned int parsed
Definition: cache_common.h:31
unsigned int no_cache_header
Definition: cache_common.h:35
unsigned int pragma
Definition: cache_common.h:33
unsigned int no_cache
Definition: cache_common.h:34
unsigned int max_stale
Definition: cache_common.h:38
unsigned int max_age
Definition: cache_common.h:37
unsigned int no_store
Definition: cache_common.h:36
unsigned int no_transform
Definition: cache_common.h:40
unsigned int min_fresh
Definition: cache_common.h:39
unsigned int cache_control
Definition: cache_common.h:32
unsigned int only_if_cached
Definition: cache_common.h:41