Juan Manuel Abate 784cdee819
localizations: #1771 Spanish translation and languages codes (#1777)
* #1771 Move translations to a new directory to have more organization

* #1771 spanish translation

* #1771 change the language codes to follow ISO 639-1 and change the links

* #1771 remove country flags
2021-06-04 21:36:42 +03:00
..

layout, title, folder, permalink, categories, language, tags
layout title folder permalink categories language tags
pattern Caching caching /patterns/caching/zh Behavioral zh
Performance
Cloud distributed

目的

为了避免昂贵的资源重新获取,方法是在资源使用后不立即释放资源。资源保留其身份,保留在某些快速访问的存储中,并被重新使用,以避免再次获取它们。

类图

alt text

适用性

在以下情况下使用缓存模式

  • 重复获取,初始化和释放同一资源会导致不必要的性能开销。

鸣谢