Beispiel #1
0
        public Type GetFromCache(CacheKey key)
        {
            Type type;

            typeCache.TryGetValueWithoutTakingLock(key, out type);
            return(type);
        }