Stashbox by Peter Csajtai

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

 DelegateCacheEntry

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

The cached resolution delegate.

Named resolution delegates cached for this service.

The resolution behavior that was used to construct this cache entry.

public readonly Type ServiceType

The service type.

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

Constructs a DelegateCacheEntry.