Vinay, SpringCacheManager is useful only if you intend to use Spring cache abstraction [1], which doesn't make much sense for you, because: 1) you're creating you own abstraction and your own API, 2) your functionality goes beyond provided by Spring and/or JCache.
In your case I would not use SpringCacheManager at all and would just implement your API using Ignite. [1] http://docs.spring.io/spring/docs/current/spring-framework-reference/html/cache.html -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/JCache-Annotation-support-without-SpringCacheManager-tp2460p2479.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
