Class CallResultCacheFactory

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

public class CallResultCacheFactory : ICallResultCacheFactory

Inheritance

objectCallResultCacheFactory

Implements

ICallResultCacheFactory

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

CallResultCacheFactory()

public CallResultCacheFactory()

Methods

CreateCache()

Create a new instance of cache.

public ICallResultCache CreateCache()

Returns

ICallResultCache