SessionCacheRepository
uk.gov.hmrc.mongo.cache.SessionCacheRepository
class SessionCacheRepository(mongoComponent: MongoComponent, val collectionName: String, replaceIndexes: Boolean, ttl: Duration, timestampSupport: TimestampSupport, sessionIdKey: String, extraIndexes: Seq[IndexModel], extraCodecs: Seq[Codec[_]])(implicit ec: ExecutionContext) extends MongoDatabaseCollection
CacheId is stored in session with sessionIdKey
Attributes
- Graph
-
- Supertypes
-
trait MongoDatabaseCollectionclass Objecttrait Matchableclass Any
Members list
In this article