Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Sep 20, 2024
1 parent ca41f72 commit b59d347
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
@Slf4j
public class CachePool {
public static Map<Class<?>, Object> NAMED_SERVICE_CLASS_MAPS = new WeakHashMap<>();
public static Map<Class<?>, Object> NAMED_SERVICE_CLASS_MAPS = new ConcurrentHashMap<>();
public static Map<Class<?>, Boolean> IS_SUPPORT_NAMED_CLASS_MAPS = new ConcurrentHashMap<>();

/**
Expand Down

0 comments on commit b59d347

Please sign in to comment.