you could pass the aclCache to the class that takes care of adding the entries to the ACL database

class AclUtil {
private MutableAclService mutableAclService;
private AclCache aclCache;...