Class InfinispanCacheInitializer


public class InfinispanCacheInitializer extends BaseCacheInitializer
Startup initialization for reading persistent userSessions to be filled into infinispan/memory . In cluster, the initialization is distributed among all cluster nodes, so the startup time is even faster Implementation is pretty generic and doesn't contain any "userSession" specific stuff. All logic related to how are sessions loaded is in the SessionLoader implementation
Author:
Marek Posolda