Typically, you'd set the desired cachemanager in the realm itself, e.g.:
public class UserRealm extends AuthorizingRealm {
public UserRealm(...) {
super(new MemoryConstrainedCacheManager());
Kalle
On Wed, Dec 21, 2016 at 12:47 AM, Charlouze wrote:
> Hello tapestry users,
>
> I wan
Hello tapestry users,
I wanted to get rid of the log message that says "*No cache or cacheManager
properties have been set. Authorization cache cannot be obtained.*".
I read that shiro offers an implementation of their CacheManager using
EhCache so I tried to set it up.
In order to set the Cache