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

/httpd/modules/cache/
H A Dcache_storage.c692 const char *location, *location_key = NULL; local
715 &location_uri, &location_key)
719 location_key = NULL;
755 if (location_key) {
756 rv = list->provider->open_entity(h, r, location_key);
762 APLOG_MARK, APLOG_DEBUG, rv, r, APLOGNO(02469) "cache: Attempted to invalidate cached entity with key: %s", location_key);

Completed in 12 milliseconds