pekko.contrib.persistence.mongodb.MongoCollectionCache
See theMongoCollectionCache companion object
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Retrieve a collection from the cache if it exists or otherwise create it using an IDEMPOTENT procedure.
Retrieve a collection from the cache if it exists or otherwise create it using an IDEMPOTENT procedure.
Value parameters
-
collectionCreator
-
Creator of the collection. Must be idempotent.
-
collectionName
-
Name of the collection.
Attributes