uk.gov.hmrc.mongo.cache.MongoCacheRepository
See theMongoCacheRepository companion object
class MongoCacheRepository[CacheId](mongoComponent: MongoComponent, collectionName: String, replaceIndexes: Boolean, ttl: Duration, timestampSupport: TimestampSupport, cacheIdType: CacheIdType[CacheId], extraIndexes: Seq[IndexModel], extraCodecs: Seq[Codec[_]])(implicit ec: ExecutionContext) extends PlayMongoRepository[CacheItem]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class PlayMongoRepository[CacheItem]trait MongoDatabaseCollectionclass Objecttrait Matchableclass Any
Members list
In this article