Flyweight Pattern

Overview

Use sharing to support large numbers of fine-grained objects efficiently.

Participants

Flyweight

ConcreteFlyweight

UnsharedConcreteFlyweight

FlyweightFactory

Client (optional)

Parameters

Create Pattern Links

Applicability

The Flyweight pattern's effectiveness depends heavily on how and where it is used. Apply the Flyweight pattern when all of the following are true: