Hi, I have done ticket "Start caches with spring path": https://issues.apache.org/jira/browse/IGNITE-556
I added for each method createCache(getOrCreateCache) pair method that use xml file instead of CacheConfiguration. Method createCache(String cacheXmlFile, String nearCacheXmlFile) conflicts with createCache(@Nullable String cacheName, String nearCacheXmlFile). I renamed second method to createNearCache(@Nullable String cacheName, String nearCacheXmlFile) and its paired method createNearCache(@Nullable String cacheName, NearCacheConfiguration<K, V> nearCfg). I also renamed getOrCreateNearCache for the same reasons. Thoughts? Ira.
