Design Patterns - Generic Singleton Pattern
A little follow up from yesterday's Singleton Pattern, where I asked for some help on how you would approach a generic singleton.
With the help of Andrew Stevenson and ExNihilo, we came up with the following Generic Singleton Pattern:
![Generic Singleton Pattern](http://wiki.cumps.be/_media/files/blog/singleton/genericsingleton.gif)
Read more at http://blog.cumps.be/design-patterns-generic-singleton-pattern/