Home | History | Annotate | Download | only in common

Lines Matching defs:cache

201 // Record the actual id for this service in the cache, so we can return it
279 Hashtable cache;
283 : cache(), locale(_locale)
285 // cache.setKeyDeleter(uprv_deleteUObject);
442 // otherwise we might update the cache with an invalid result.
443 // The cache has to stay in synch with the factory list.
495 // first test of cache failed, so we'll have to update
496 // the cache if we eventually succeed-- that is, if we're
497 // going to update the cache at all.
520 // prepare to load the cache with all additional ids that
524 // cache the first time next goaround.
774 dnCache->cache.put(dname, (void*)id, status); // share pointer with visibleIDMap
793 while ((entry = dnCache->cache.nextElement(pos)) != NULL) {