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

/forgerock/web-agents-v4/source/
H A Dcache.c270 * Remove cache entries that that have expired as of the expiry_time, which would be set
278 int am_purge_caches(unsigned long instance_id, time_t expiry_time) { argument
296 if (difftime(cache_entry->ts + cache_entry->valid, expiry_time) < 0) {

Completed in 59 milliseconds