I do not think there is a way to add a cache template via XML configuration
file. You have to write code ignite.addCacheConfiguration(cacheTemplate)
where cacheTemplate is an instance of CacheConfiguration that you reference
from CREATE TABLE ... WITH "template=NAME" by NAME.

Reply via email to