Hi,
CacheConfiguration cacheConfiguration = new CacheConfiguration(); cacheConfiguration.setTypes(String.class, <some class>); cacheConfiguration.setIndexedTypes(String.class, <some class>); what's equivalent xml configuration with above code? Thanks Shawn
