I did some poking around & these function are not called outside the class
Once we can see that we can consider updating to save 0 to the table, allowing
a lot of simplification
*
* @return array
*/
- public static function retrieve($id) {
+ protected static function retrieve($id) {
$query = "
SELECT acl_id
FROM civicrm_acl_cache
* @param array $cache - key civicrm_acl.id - values is the details of the ACL.
*
*/
- public static function store($id, &$cache) {
+ protected static function store($id, &$cache) {
foreach ($cache as $aclID => $data) {
$dao = new CRM_ACL_BAO_Cache();
if ($id) {