In some ways related to the @Marshallable annotation
thread, but in many ways not, I was having a look at:
I think we need to do something in this space, to make life
easier for developers to consume distributed caches. As such,
what I'm thinking of is:
* Spring annotations for Infinispan - Olaf, will we get this
for free with your work on the Spring cache adapter for
Infinispan? If so, we should talk about this (blog, wiki, etc)
This is my current understanding of how Spring Cache is supposed to
work. The way I see it is that org.springframework.cache.Cache and
org.springframework.cache.CacheManager form an SPI that may be
implemented by different cache providers. A user tells Spring via
his application context which cache provider to use and Spring will
merrily delegate all crosscutting caching concerns as defined
through its caching annotations to that cache provider.