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