System.out.println(helloWorld.get("isJBossCache"));
System.out.println(helloWorld.get("content"));
System.out.println(cache.getRoot().hasChild(helloWorldFqn));
cache.removeNode(helloWorldFqn);
}
private void cachingRetrieving() {
Cache cache = createCacheUseDefault();