Hi,

@Cacheable is not Spring Boot annotation. It's part of spring-context
module.

If client want use @Cacheable annotation in Spring based project he should
configure cache manager in application context.

Cache manager should implement org.springframework.cache.CacheManager
interface. So we need implement it in order to provide Ignite based caching
to Spring users.



On Thu, Nov 5, 2015 at 8:32 AM, Dmitriy Setrakyan <dsetrak...@apache.org>
wrote:

> Igniters,
>
> I am aware that Ignite supports Spring @Cacheable annotation. Does it mean
> that Ignite integrated with Spring boot?
>
>
> http://docs.spring.io/spring-boot/docs/1.3.0.M1/reference/html/boot-features-caching.html
>
> If not, we should definitely add such integration.
>
> D.
>



-- 
Andrey Gura
GridGain Systems, Inc.
www.gridgain.com

Reply via email to