Login
From:
DevIQ RSS Feed
(Uncensored)
subscribe
Proxy Pattern
https://deviq.com/design-patterns/proxy-pattern/
links
backlinks
Roast topics
Find topics
Find it!
The Proxy Pattern can be useful for abstracting the access to data objects, providing additional functionality such as lazy loading, access control, or caching.