Can the following text be clarified?
Extensions that are loaded together with
wfLoadExtensions
(with plural -s) will be cached together.
What does it mean for extensions to be "cached together" and how does it differ from (what I imagine to be the corollary) "cached separately?" How does wfLoadExtensions($exts);
differ from foreach($exts as $ext) wfLoadExtension($ext);
?
Thanks!