public static void init(ConfigWeb config,String[] cacheNames,Struct[] arguments) {
}
public void init(Config config,String name, Struct arguments) throws IOException {
Cast caster = CFMLEngineFactory.getInstance().getCastUtil();
String strUrl=null;
try {
strUrl=caster.toString(arguments.get("url"));
this.name=caster.toString(arguments.get("remoteCacheName"));
} catch (PageException e) {
throw new IOException(e.getMessage());
}
if(!strUrl.endsWith("/")){