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