|
Apache HTTPD
|
Main include file for the Apache Transparent Cache. More...
#include "httpd.h"#include "apr_date.h"#include "apr_optional.h"#include "apr_hooks.h"#include "cache_common.h"Go to the source code of this file.
Classes | |
| struct | cache_info |
| struct | cache_object |
| struct | cache_handle |
| struct | cache_provider |
| struct | cache_LINK_cache_status_t |
Macros | |
| #define | CACHE_DECLARE(type) type |
| #define | CACHE_DECLARE_NONSTD(type) type |
| #define | CACHE_DECLARE_DATA |
| #define | CACHE_PROVIDER_GROUP "cache" |
| #define | AP_CACHE_HIT_ENV "cache-hit" |
| #define | AP_CACHE_REVALIDATE_ENV "cache-revalidate" |
| #define | AP_CACHE_MISS_ENV "cache-miss" |
| #define | AP_CACHE_INVALIDATE_ENV "cache-invalidate" |
| #define | AP_CACHE_STATUS_ENV "cache-status" |
Enumerations | |
| enum | ap_cache_status_e { AP_CACHE_HIT , AP_CACHE_REVALIDATE , AP_CACHE_MISS , AP_CACHE_INVALIDATE } |
Main include file for the Apache Transparent Cache.
Definition in file mod_cache.h.