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
source
share