Description
SpringCacheManager uses Ignition.start(..) methods to start the node and therefore this node is not application context aware. @SpringResource and @SpringApplicationContextResource annotations do not work.
To fix this, SpringCacheManager should implement ApplicationContextAware interface and start the node using IgniteSpring.start(..) methods, providing the application context.