Need a chapter on cache.inc
Opened this issue · 2 comments
I just realized that I've already made some references to the cache system in what I was writing about modules and we've never really covered it anywhere. To me the caching functions are sufficiently orthogonal to everything else that I think we could stuff them all into a chapter toward the back and just make a forward reference to it where necessary.
I was thinking we could include cache.inc in the chapter on performance (chapter 16)? Did you think a separate one is warranted?
Performance might work as a place to put it. Unfortunately, I think I've postponed talking about it as long as I can. It's pretty much impossible to talk about anything that goes on in module.inc without making mention of it. I've put some placeholders in for now. Any chance you could review and merge the current state of the module PR in the very near future? That would make it easier to start a clean PR for the caching stuff. If not, I can make a different branch in my fork and start on it there.