# Caching

There are only two hard things in Computer Science: cache invalidation and naming things.

-- Phil Karlton

Ah, caches. The go-to solution for "things are too slow". The go-to path for splitting headaches. Do you really want to read this section?