I have a question about handling org.apache.shiro.cache.CacheException. What is shiro's responsibility when a cache exception occurs? This RTE ripples through the whole stack, but I'm unclear where it is handled and in what manner. Can a shiro enabled web application recover? Is the cache manager reinitialised? Do I have to restart?
For example, a timeout exception or a failed to connect to node exception occurs on cache.get(key). What's the expected outcome apart from bubble to the stop and die? Thanks -- View this message in context: http://shiro-user.582556.n2.nabble.com/CacheExceptions-tp7580255.html Sent from the Shiro User mailing list archive at Nabble.com.
