Proxy
Term side of the Card
Topic: Structural Patterns
Unit title: Proxy
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that allows a substitute or placeholder to be provided for another object. It controls access to the original object, enabling actions to be performed before or after the request reaches the real object, with levels of control such as lazy loading, access control or logging.