CreateCache(string, IStreamQueueCheckpointer<string>, ILoggerFactory)
public IEventHubQueueCache CreateCache(string partition, IStreamQueueCheckpointer<string> checkpointer, ILoggerFactory loggerFactory) Function which create an EventHubQueueCache, which by default will configure the EventHubQueueCache using configuration in CreateBufferPool function and AddCachePressureMonitors function.
Parameters
partitionstringcheckpointerIStreamQueueCheckpointer<string>loggerFactoryILoggerFactory
