internal static void Postfix(ThingRequestGroup group, int __result, bool __state) { if (__state == false) { return; } cache[group] = new CachedUnit <int>(__result); }
public void AddPair(A key, B value) => cache[key] = new CachedUnit <B>(value);