public *IgniteCache<ArticleAffKey, Comment>* comment() { 
        return igniteSpringBean.getOrCreateCache(IgDef.DOCS); 
    } 

    public *IgniteCache<CommentAffKey, Reply> *reply() { 
        return igniteSpringBean.getOrCreateCache(IgDef.DOCS); 
    } 


you can find the caches are totally different(key type and value type)



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to