DelegateCacheEntry
Details about Stashbox's internal delegate cache state.
The cached resolution delegate.
Named resolution delegates cached for this service.
The service type.
public DelegateCacheEntry(Type serviceType, Func<IResolutionScope, IRequestContext, object> cachedDelegate, IEnumerable<NamedCacheEntry> namedCacheEntries)
Constructs a DelegateCacheEntry.