Cache

Drupal

Caches store the result of resource-consuming calculations, such as generating HTML output, or retrieving data from an external system. This stored data can then be reused until it has become outdated and needs to be regenerated. Drupal has internal caches (for rendered html, menu trees, sets of permissions, ...), and can be configured to use external caching mechanisms as well, if the site's need for performance or reliability calls for it.