System.in.read();
}
public void testLocalWithEvictionXML() throws IOException
{
Cache cache = new DefaultCacheFactory().createCache("config-samples/eviction-enabled.xml");
cache.put("/a/b/c", "a", "b");
cache.put("/a/b/c", "c", "d");
cache.put("/a/b/d", "a", "b");
cache.put("/a/b/e", "c", "d");