Class PlayEhCacheSessionStore

  • All Implemented Interfaces:
    org.pac4j.core.context.session.SessionStore

    @Singleton
    public class PlayEhCacheSessionStore
    extends PlayCacheSessionStore
    This session store uses the specific PlayEhCacheStore.
    Since:
    9.0.0
    Author:
    Jerome Leleu
    • Constructor Detail

      • PlayEhCacheSessionStore

        @Inject
        public PlayEhCacheSessionStore​(play.cache.SyncCacheApi cache)
      • PlayEhCacheSessionStore

        public PlayEhCacheSessionStore​(com.google.inject.Provider<play.cache.SyncCacheApi> cacheProvider)