From a53c217f37aa78f57b5dd7ffa9bc3cc6e74d4810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 16 Aug 2014 20:29:55 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 04e8b93d9..09a0f8a74 100644 --- a/README.md +++ b/README.md @@ -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. +