Weitere Beispiele werden automatisch zu den Stichwörtern zugeordnet - wir garantieren ihre Korrektheit nicht.
In other communities a similar idea is known as the Flyweight pattern.
A classic example usage of the flyweight pattern is the data structures for graphical representation of characters in a word processor.
In situations where multiple copies of a complex object must exist, the proxy pattern can be adapted to incorporate the flyweight pattern in order to reduce the application's memory footprint.