197198199200201202203204205206207
public static class NonPageCachingDummyWebApplication extends DummyWebApplication { @Override protected ISessionStore newSessionStore() { return new SecondLevelCacheSessionStore(this, new IPageStore() { public void destroy() { }
192193194195196197198199200201202
*/ public static class NonPageCachingDummyWebApplication extends DummyWebApplication { protected ISessionStore newSessionStore() { return new SecondLevelCacheSessionStore(this, new IPageStore() { public void destroy() { }
194195196197198199200201202203204
208209210211212213214215216217218