*/
public void preloadRemotePolicies(String url)
throws RepositoryException {
RemotePolicyPreloader preloader = volantisBean.getRemotePolicyPreloader();
preloader.preloadPolicies(url);
}
/**
* Flush a given remote policy cache where the URL of the policy starts with a path.
*