Skip to content

Conversation

@krmahadevan
Copy link
Collaborator

MapThreadCache currently uses a lock backed
thread unsafe HashMap for guaranteeing thread safety.

Refactored the implementation to start using
ConcurrentHashMap which is thread safe.

MapThreadCache currently uses a lock backed 
thread unsafe HashMap for guaranteeing thread safety.

Refactored the implementation to start using 
ConcurrentHashMap which is thread safe.
@krmahadevan krmahadevan requested a review from subhagho July 6, 2021 12:01
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 this pull request may close these issues.

1 participant