Home | History | Annotate | Download | only in i18n

Lines Matching refs:CACHE_EXPIRATION

1155 #define CACHE_EXPIRATION 180000.0
1194 if (entry->refCount <= 0 && (now - entry->lastAccess) > CACHE_EXPIRATION) {