Uses of Enum Class
com.strobel.reflection.RuntimeTypeCache.CacheType
Packages that use RuntimeTypeCache.CacheType
-
Uses of RuntimeTypeCache.CacheType in com.strobel.reflection
Methods in com.strobel.reflection that return RuntimeTypeCache.CacheTypeModifier and TypeMethodDescriptionstatic RuntimeTypeCache.CacheTypeReturns the enum constant of this class with the specified name.static RuntimeTypeCache.CacheType[]RuntimeTypeCache.CacheType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.reflection with parameters of type RuntimeTypeCache.CacheTypeModifier and TypeMethodDescription(package private) MethodBaseRuntimeTypeCache.MemberInfoCache.addMethod(Type<?> declaringType, MethodBase method, RuntimeTypeCache.CacheType cacheType) RuntimeTypeCache.MemberInfoCache.getMemberList(MemberListType listType, String name, RuntimeTypeCache.CacheType cacheType) RuntimeTypeCache.MemberInfoCache.populate(String name, MemberListType listType, RuntimeTypeCache.CacheType cacheType)