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.
The service type.
public DelegateCacheEntry(Type serviceType, Func<IResolutionScope, IRequestContext, object> cachedDelegate, IEnumerable<NamedCacheEntry> namedCacheEntries, ResolutionBehavior resolutionBehavior)
Constructs a DelegateCacheEntry.