Skip to content

Commit

Permalink
Align SubstituteIntrospectionSupport.CACHE type with that of the orig…
Browse files Browse the repository at this point in the history
…inal class
  • Loading branch information
jamesnetherton authored and JiriOndrusek committed Nov 7, 2024
1 parent d7c1ace commit 9a61c36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ final class SubstituteIntrospectionSupport {
@Alias
@TargetElement(name = "CACHE")
@RecomputeFieldValue(kind = RecomputeFieldValue.Kind.FromAlias)
private static Map<Class<?>, BeanIntrospection.ClassInfo> cache = LRUCacheFactory.newLRUWeakCache(256);
private static Map<Class<?>, BeanIntrospection.ClassInfo> cache = LRUCacheFactory.newLRUSoftCache(1000);
}

0 comments on commit 9a61c36

Please sign in to comment.