CreateCacheFactory(EventHubStreamCachePressureOptions)
virtual
protected virtual IEventHubQueueCacheFactory CreateCacheFactory(EventHubStreamCachePressureOptions eventHubCacheOptions) Create a IEventHubQueueCacheFactory. It will create a EventHubQueueCacheFactory by default. User can override this function to return their own implementation of IEventHubQueueCacheFactory, and other customization of IEventHubQueueCacheFactory if they may.
Parameters
eventHubCacheOptionsEventHubStreamCachePressureOptions- The cache pressure options.
Returns
The Event Hub queue cache factory.
