尝试使用PureMVC框架并了解MVC概念。不明白这句话:
模型缓存对Proxies的命名引用,它公开了一个用于操作数据模型的API。
View主要缓存对Mediators的命名引用,它调整和管理构成用户界面的View组件。
什么是缓存引用,Mediators,Proxies,Command。请告诉我。不明白。感谢名单!
答案 0 :(得分:2)
就像MVC指的是设计模式一样,Mediators,Proxies和Command指的是其他设计模式。
cache为a component that transparently stores data so that future requests for that data can be served faster
PureMVC wikipedia page上提到的其他模式有链接
Proxy
Mediator
Command