$cacheHeaders public property (available since version 2.0.4)
A boolean value indicating whether to cache all HTTP headers, or an array of HTTP header names (case-insensitive) indicating which HTTP headers can be cached. Note if your HTTP headers contain sensitive information, you should white-list which headers can be cached.
public boolean|array $cacheHeaders = true
Please login to continue.