Skip to content
SP StackPractices

Tag: multiton

Browse 1 practical software engineering resources tagged with "multiton". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving multiton.

Multiton Pattern

Manage a map of named singleton instances, providing controlled access to a finite set of shared objects identified by keys.