Class PlayEhCacheStore<K,​O>

  • All Implemented Interfaces:
    org.pac4j.core.store.Store<K,​O>

    public class PlayEhCacheStore<K,​O>
    extends PlayCacheStore<K,​O>
    Store dedicated to EhCache.
    Since:
    9.0.0
    Author:
    Jerome Leleu
    • Constructor Detail

      • PlayEhCacheStore

        @Inject
        public PlayEhCacheStore​(play.cache.SyncCacheApi cacheApi)
      • PlayEhCacheStore

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