CherryPy has a caching tool, but it is never enabled by default. However, most HTTP responses are cached by default, so find an intermediate cache between your client and server. First look at the browser.
If you are not sure if your content is cached, compare the date response header with the current time.
source
share