Caching is a big, big topic if a website is successful. One reason why Drupal is so popular is the way of caching.
- all pages for anomynous users get cached
- The menu system gets build and cached for every user
- The siteconfiguration $conf
- Content which get filtered (f.e. BB Code)
Three functions are important


