/**
  * get the acl size of the datatree
  *
  * @return the acl size of the datatree
  */
 public int getAclSize() {
   return dataTree.aclCacheSize();
 }