public Type GetFromCache(CacheKey key) { Type type; typeCache.TryGetValueWithoutTakingLock(key, out type); return(type); }