git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94999
13f79535-47bb-0310-9956-
ffa450edef68
EXPORT cache_module
-EXPORT cache_hook_create_entity
-EXPORT cache_hook_open_entity
-EXPORT cache_hook_remove_url
+EXPORT @mod_cache.imp
+
--- /dev/null
+IMPORT @mod_cache.imp
+EXPORT disk_cache_module
+
-IMPORT cache_hook_create_entity
-IMPORT cache_hook_open_entity
-IMPORT cache_hook_remove_url
+IMPORT @mod_cache.imp
EXPORT mem_cache_module
--- /dev/null
+ (MODCACHE)
+ ap_cache_request_is_conditional,
+ ap_cache_reset_output_filters,
+ ap_cache_get_cachetype,
+ ap_cache_liststr,
+ ap_cache_tokstr,
+ ap_cache_hex2usec,
+ ap_cache_usec2hex,
+ generate_name,
+ cache_hook_create_entity,
+ cache_hook_open_entity,
+ cache_hook_remove_url,
+ cache_hash_set,
+ cache_hash_this,
+ cache_hash_first,
+ cache_hash_make,
+ cache_hash_get,
+ cache_hash_next,
+ cache_hash_count,
+