I am overriding write method of cache store and using FactoryBuilder.factoryOf method in the cache configuration. But I need to inject spring bean in the cache store implementation. I tried using @SpringResource by defining that bean in xml file, but there are a lot of nested beans which are defined using java. Is there a way I can inject a bean defined using java in cache store implementation?
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
