public static CacheValue <TypeCache> GetTypeCache(this Type type) => ReflectionCacheManager.GetTypeCache(type);
public static TypeCache GetTypeCache(this Type type) => ReflectionCacheManager.GetTypeCache(type).Cache;