Skip to content
SP StackPractices

Tag: proxy

1 resource tagged with "proxy" on StackPractices.

Proxy Pattern

Provide a surrogate or placeholder for another object to control access to it. A structural design pattern for access control, lazy loading, and logging.