A mutable ACL must ensure that appropriate security checks are performed before allowing access to its methods. @author Ben Alex
656667686970717273747576
} public void evictFromCache(ObjectIdentity objectIdentity) { Assert.notNull(objectIdentity, "ObjectIdentity required"); MutableAcl acl = getFromCache(objectIdentity); if (acl != null) { cache.remove(acl.getId()); cache.remove(acl.getObjectIdentity()); } }