Flyweight Pattern

美 [ˈflaɪweɪt ˈpætərn]英 [ˈflaɪweɪt ˈpætn]
  • 网络享元模式;轻量级模式;轻量模式;享元形式;亨元模式
Flyweight PatternFlyweight Pattern
  1. It uses flyweight pattern as the design model .

    采用了基于flyweight模式的设计模型。

  2. But , fundamentally , reuse via design patterns is fine-grained : one solution ( the Flyweight Pattern , for example ) is orthogonal to another ( the Memento Pattern ) .

    但是,从根本上来说通过模式实现重用属于细粒度操作:一个解决方案是(比如享元(Flyweight)模式)与另一个解决方案(备忘录模式)正交。