Table of Contents

Interface ICollectionProviderCache

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll
public interface ICollectionProviderCache

Methods

GetCollection<TCollection>(DatabaseContext, Func<DatabaseContext, TCollection>)

TCollection GetCollection<TCollection>(DatabaseContext databaseContext, Func<DatabaseContext, TCollection> loader) where TCollection : IReadOnlyRepositoryCollection

Parameters

databaseContext DatabaseContext
loader Func<DatabaseContext, TCollection>

Returns

TCollection

Type Parameters

TCollection