0
已回答
Proxy pattern in pseudocode part
Hello in proxy pattern diagram under #Pseudocode
CachedYoutubeClass delegates -service: ThirdPartyYoutubeLib shouldn't it be -service: ThirdPartyYoutubeClass as in the pseudocode below it?
解答
UserEcho 的客户支持
Hi!
Thanks for the bug report, I have fixed both the code and the diagram. The service should be of the ThirdPartyYouTubeLib interface type.