defmodule PowPersistentSession.Store.PersistentSessionCache do @moduledoc false use Pow.Store.Base, ttl: :timer.hours(24) * 30, namespace: "persistent_session" end