Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant