System Design ( Day - 57 )
Proxy Design Pattern
DefinitionThe Proxy pattern provides a surrogate or placeholder for another object to control access to it.
Types1. Virtual Proxy2. Protection Proxy3. Remote Proxy
📦 1. Virtual Proxy
Use Case: Lazy-load a heavyweight resource ...
systemdesignbymanoj.hashnode.dev2 min read