Home | History | Annotate | Download | only in i18n

Lines Matching refs:CACHE_EXPIRATION

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