This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| design_pattern:proxy_pattern [2022/06/14 16:31] – [Virtual Proxy] ledyx | design_pattern:proxy_pattern [2022/06/14 17:20] (current) – [Proxy Pattern] ledyx | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| 본인이 필요해질 때까지 대리인(Proxy)에게 위임. 본인에 대한 접근(Access)를 줄여주는 패턴. | 본인이 필요해질 때까지 대리인(Proxy)에게 위임. 본인에 대한 접근(Access)를 줄여주는 패턴. | ||
| - | * 접근 제어 | + | * **<fc red>접근 제어</ |
| * Authorization | * Authorization | ||
| * Caching | * Caching | ||
| * Lazy loading | * Lazy loading | ||
| - | * 부가 기능 추가 | + | * [[design_pattern: |
| {{tag> | {{tag> | ||