Home | History | Annotate | Download | only in common

Lines Matching full:cache

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