if (this.documentStore == null) {
this.documentStore = new MongoDocumentStore(db, this);
}
if (this.blobStore == null) {
this.blobStore = new MongoBlobStore(db, blobCacheSizeMB * 1024 * 1024);
}
if (this.diffCache == null) {
this.diffCache = new MongoDiffCache(db, changesSizeMB, this);
}