public class Quickstart { public static void main(String args[]) throws Exception { Cache c = new DefaultCacheManager().getCache(); } }