Skip to content

SPR-10588 Add Infinispan Cache Implementation #292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

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