Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

PageFragmentImplementation and PageImplementation should be Threadsafe #92

Open
opensource21 opened this issue Nov 8, 2022 · 0 comments · May be fixed by #93
Open

PageFragmentImplementation and PageImplementation should be Threadsafe #92

opensource21 opened this issue Nov 8, 2022 · 0 comments · May be fixed by #93

Comments

@opensource21
Copy link

Cache should be a ConcurrentHashMap
private static final Map<ClassLoader, Map<Class<? extends Page>, Class<? extends Page>>> CACHE = new ConcurrentHashMap<>();

@opensource21 opensource21 linked a pull request Nov 9, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant