systopia / Custom-Data-Helper

Helper class for CiviCRM Extensions
GNU Affero General Public License v3.0
0 stars 0 forks source link

Added function flush caches #8

Closed bjendres closed 9 months ago

bjendres commented 9 months ago

This will allow you to clear the caches via CRM_Yourdomain_CustomData::flushCashes(), after modifying the already cached custom data structure.

bjendres commented 9 months ago

approved myself as it only adds a function