Issue #2761451 by Wim Leers: Document bootstrap cache bin's purpose
parent
ee76fe4ae9
commit
e17761e462
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue