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;...
Type: Posts; User: tkauppin; Keyword(s):
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;...