Caching patterns:修订历史

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2024年7月23日 (星期二)

  • 当前之前 03:192024年7月23日 (二) 03:19Riguz 留言 贡献 1,289字节 +105 →‎Cache-Aside (Lazy Loading)
  • 当前之前 03:122024年7月23日 (二) 03:12Riguz 留言 贡献 1,184字节 +1,184 创建页面,内容为“When you are caching data from your database, there are caching patterns for Redis and Memcached that you can implement, including proactive and reactive approaches. The patterns you choose to implement should be directly related to your caching and application objectives. Two common approaches are cache-aside or lazy loading (a reactive approach) and write-through (a proactive approach). A cache-aside cache is updated after the data is requested. A write-thro…”