NamedCacheEntry public struct NamedCacheEntry Details about a named delegate cache entry. Documentation Code public readonly Func<IResolutionScope, IRequestContext, object> CachedDelegate The cached resolution delegate. public readonly object Name The service name. public NamedCacheEntry(object name, Func<IResolutionScope, IRequestContext, object> cachedDelegate) Constructs a NamedCacheEntry.