Issue #2761451 by Wim Leers: Document bootstrap cache bin's purpose

8.2.x
Nathaniel Catchpole 2016-07-12 12:18:37 +01:00
parent ee76fe4ae9
commit e17761e462
1 changed files with 2 additions and 1 deletions

View File

@ -461,7 +461,8 @@
* caches.
*
* Other common cache bins are the following:
* - bootstrap: Small caches needed for the bootstrap on every request.
* - bootstrap: Data needed from the beginning to the end of most requests,
* that has a very strict limit on variations and is invalidated rarely.
* - render: Contains cached HTML strings like cached pages and blocks, can
* grow to large size.
* - data: Contains data that can vary by path or similar context.