Click here to Skip to main content
15,887,313 members
Articles / Programming Languages / C#

Multiton Design Pattern Using Concurrent Dictionary

Rate me:
Please Sign up or sign in to vote.
2.79/5 (5 votes)
3 Feb 2019CPOL2 min read 11.4K   1  
This tip describes one of the beneficial design patterns that is named Multiton. Multiton pattern is used when we want to have a singleton instance of our class for each key.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer MAPNA
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions