Update README.md

This commit is contained in:
Ilkka Seppälä 2014-08-16 20:29:55 +03:00
parent a9971dc38f
commit a53c217f37

View File

@ -36,3 +36,7 @@
##Flyweight
**Intent:** Use sharing to support large numbers of fine-grained objects efficiently.
##Proxy
**Intent:** Provide a surrogate or placeholder for another object to control access to it.