Class PlayEhCacheSessionStore

java.lang.Object
org.pac4j.play.store.PlayCacheSessionStore
org.pac4j.play.store.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 Details

    • PlayEhCacheSessionStore

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

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