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 AnyShow all
Members list
Type members
Inherited classlikes
implicit class ObservableFuture[T](obs: => Observable[T]) extends ObservableFuture[T]
Attributes
- Inherited from:
- ObservableFutureImplicits
- Supertypes
-
class ObservableImplicits.this.ObservableFuture[T]class Objecttrait Matchableclass Any
implicit class SingleObservableFuture[T](obs: => SingleObservable[T]) extends SingleObservableFuture[T]
Attributes
- Inherited from:
- ObservableFutureImplicits
- Supertypes
-
class ObservableImplicits.this.SingleObservableFuture[T]class Objecttrait Matchableclass Any
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- PlayMongoRepository
Attributes
- Inherited from:
- PlayMongoRepository
Inherited fields
Attributes
- Inherited from:
- PlayMongoRepository
Attributes
- Inherited from:
- PlayMongoRepository
Attributes
- Inherited from:
- PlayMongoRepository
Attributes
- Inherited from:
- PlayMongoRepository
Attributes
- Inherited from:
- PlayMongoRepository
Implicits
Inherited implicits
Attributes
- Inherited from:
- ObservableFutureImplicits
final implicit def SingleObservableFuture[T](obs: => SingleObservable[T]): SingleObservableFuture[T]
Attributes
- Inherited from:
- ObservableFutureImplicits
In this article