static DependentCache> allWebsByID_cache = new DependentCache(f allWebsByID_calc, f cachedNodeIndex_changeCount); static MultiMap allWebsByID() { ret allWebsByID_cache!; } static MultiMap allWebsByID_calc() { ret multiMapIndexByField(allWebsFromCachedNodeIndex_uncached(), 'globalID); }