Re: Autowire in CacheStore implementation

2018-02-12 Thread dkarachentsev
Hi Prasad, If you started Ignite with IgniteSpringBean or IgniteSpring try @SpringApplicationContextResource [1] annotation. Ignite's resource injector will use spring context to set a dependency annotated by it. But I'm not sure that this will work with CacheStore, it should be rechecked. [1]

Autowire in CacheStore implementation

2018-02-12 Thread Prasad Bhalerao
Hi, Does anyone have any idea, how to autowire dependency in CacheStore implementation? To set cacheStore implementation in cache configuration we use following code. CacheConfiguration.setCacheStoreFactory(). Now this method accepts the Factory implementation which instantiates the CacheStore