Interface ICallResultCacheFactory

Namespace: AutoFixture.AutoNSubstitute.CustomCallHandler
Assembly: AutoFixture.AutoNSubstitute.dll

Factory to create an instance of the cache used later to store resolved call results.

public interface ICallResultCacheFactory

Methods

CreateCache()

Create a new instance of cache.

ICallResultCache CreateCache()

Returns

ICallResultCache