Searched refs:last_expiry (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/cache/ | ||
H A D | mod_socache_dbm.c | 48 apr_time_t last_expiry; member in struct:ap_socache_instance_t 376 if (now < ctx->last_expiry + ctx->expiry_interval) { 380 ctx->last_expiry = now; |
Completed in 33 milliseconds