MVC模式不懂一句话

时间:2011-01-24 20:21:45

标签: model-view-controller puremvc

尝试使用PureMVC框架并了解MVC概念。不明白这句话:

模型缓存对Proxies的命名引用,它公开了一个用于操作数据模型的API。

View主要缓存对Mediators的命名引用,它调整和管理构成用户界面的View组件。

什么是缓存引用,Mediators,Proxies,Command。请告诉我。不明白。感谢名单!

1 个答案:

答案 0 :(得分:2)

就像MVC指的是设计模式一样,Mediators,Proxies和Command指的是其他设计模式。 cachea component that transparently stores data so that future requests for that data can be served faster

PureMVC wikipedia page上提到的其他模式有链接 Proxy
Mediator
Command