Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="5.9.0" />

 DelegateCacheEntry

public struct DelegateCacheEntry
Details about Stashbox's internal delegate cache state.

The cached resolution delegate.

Named resolution delegates cached for this service.

public readonly Type ServiceType

The service type.

public DelegateCacheEntry(Type serviceType, Func<IResolutionScope, IRequestContext, object> cachedDelegate, IEnumerable<NamedCacheEntry> namedCacheEntries)

Constructs a DelegateCacheEntry.