Cache Status Header

Powered Cache adds “X-Powered-Cache” header to show whether the request was served from the cache or not.

For example, if a page is not cached, it will show “X-Powered-Cache: MISS”

Cache Miss Reason

As an addition to the cache status header, if the POWERED_CACHE_ENABLE_LOG enabled or POWERED_CACHE_MISS_REASON defined, it will add “X-Powered-Cache-Miss-Reason” to give more details about the current request.