Can Infinispan be implemented as a cache manager for Apache Shiro?

Apache Shiro allows some implementations for CacheManager. EHCache is one of these implementations.

I would like to use Infinispan as a Distributed Cache Manager. So far, I'm not sure if this is possible or not.

Does anyone know how to implement Infinispan as a CacheManager for Apache Shiro? Thanks

+4
source share
1 answer

I just uploaded the Shiro Infinispan support project to GitHub ( https://github.com/zbiljic/shiro-infinispan ).

This is almost an exact copy of the EHCache implementation, but uses Infinispan instead.

'siro-redis' , . .

+5

All Articles