public override void Clear(PXClearOption option) { if (this.Caches.ContainsKey(typeof(FADetails))) { this.Caches[typeof(FADetails)].ClearQueryCache(); } base.Clear(option); }
public override void Clear(PXClearOption option) { if (this.Caches.ContainsKey(typeof(CRCampaignMembers))) { this.Caches[typeof(CRCampaignMembers)].ClearQueryCache(); } base.Clear(option); }