CRM_Event_PseudoConstant - Cleanup redundant caching
authorcolemanw <coleman@civicrm.org>
Mon, 16 Oct 2023 15:35:47 +0000 (11:35 -0400)
committercolemanw <coleman@civicrm.org>
Mon, 16 Oct 2023 17:37:24 +0000 (13:37 -0400)
commit6c2a81ae3089df67a8862cb6c8dd6e47c63fdc4e
treeac7890e8f1e6eb6de51b6839ce8622e687af16d7
parent4290f70882c0ef4628aeee4e5618a16f842b027a
CRM_Event_PseudoConstant - Cleanup redundant caching

All these functions were double-caching the output of functions that already use caching.
At best this is a dumb waste of memory.
At worst it can cause bugs when the 2 caches don't get flushed together.
CRM/Event/PseudoConstant.php