Skip to content

Conversation

@marschall
Copy link
Contributor

There currently is an Ehcache implementation of the cache abstraction.
It would be interesting for us to have an Infinispan implementation.
This would allow us to use ConcurrentMapCache for tests and the
built-in JBoss AS 7 cache in production.

This pull request adds an Infinispan cache implementation modeled after
the Ehcache implementation. It contains the following changes

  • InfinispanCache, adapter from Infinispan cache interface to Spring
    cache interface
  • InfinispanCacheManager, adapter from Infinispan EmbeddedCacheManager
    interface to Spring CacheManager interface
  • InfinispanCacheManagerFactoryBean, factory bean for a
    InfinispanCacheManager
  • InfinispanCacheTests and InfinispanSupportTests, tests
  • optional dependencies on Infinispan
  • reference to the JBoss Maven repository

Issue: SPR-10588

There currently is an Ehcache implementation of the cache abstraction.
It would be interesting for us to have an Infinispan implementation.
This would allow us to use ConcurrentMapCache for tests and the
built-in JBoss AS 7 cache in production.

This pull request adds an Infinispan cache implementation modeled after
the Ehcache implementation. It contains the following changes

* InfinispanCache, adapter from Infinispan cache interface to Spring
  cache interface
* InfinispanCacheManager, adapter from Infinispan EmbeddedCacheManager
  interface to Spring CacheManager interface
* InfinispanCacheManagerFactoryBean, factory bean for a
  InfinispanCacheManager
* InfinispanCacheTests and InfinispanSupportTests, tests
* optional dependencies on Infinispan
* reference to the JBoss Maven repository

Issue: SPR-10588
@philwebb
Copy link
Member

Hi @marschall,

Have you signed the Spring CLA?

@marschall
Copy link
Contributor Author

Yes I did, for example I already contributed #37 and #64

@philwebb
Copy link
Member

@marschall Thanks, we always try to ask with each pull request just to make sure.

@marschall
Copy link
Contributor Author

Ok good, I'll add it all my future pull requests then :-)

@sbrannen sbrannen closed this Dec 17, 2013
@sbrannen
Copy link
Member

This pull request has been closed since Infinispan already provides integration with Spring's caching abstraction out of the box.

See the following for details:

http://infinispan.org/docs/6.0.x/user_guide/user_guide.html#_using_infinispan_as_a_spring_cache_provider

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants