List of usage examples for org.apache.shiro.session.mgt.eis CachingSessionDAO getActiveSessionsCache
public Cache<Serializable, Session> getActiveSessionsCache()
From source file:org.sonatype.nexus.security.StatelessAndStatefulWebSessionManagerEhCacheTest.java
License:Open Source License
protected void initCache(CachingSessionDAO sessionDAO) { super.initCache(sessionDAO); // verify ehCache was set for this test MatcherAssert.assertThat(sessionDAO.getActiveSessionsCache(), is(instanceOf(EhCache.class))); }