Searched defs:content_location_key (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/cache/
H A Dcache_storage.c693 const char *content_location, *content_location_key = NULL; local
730 &content_location_uri, &content_location_key)
734 content_location_key = NULL;
766 if (content_location_key) {
767 rv = list->provider->open_entity(h, r, content_location_key);
773 APLOG_MARK, APLOG_DEBUG, rv, r, APLOGNO(02470) "cache: Attempted to invalidate cached entity with key: %s", content_location_key);

Completed in 60 milliseconds