Abstract class for caching resources in memory. Stores compressed version as well.
A generic cached resource, for resources that change less often than they are requested (e.g. RSS feeds).
A cached static file on disk (e.g. style, script, image).
Controls which caching headers are sent to clients.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Cached HTTP responses