ae.net.http.caching

Cached HTTP responses

Members

Classes

AbstractCachedResource
class AbstractCachedResource

Abstract class for caching resources in memory. Stores compressed version as well.

CachedResource
class CachedResource

A generic cached resource, for resources that change less often than they are requested (e.g. RSS feeds).

StaticResource
class StaticResource

A cached static file on disk (e.g. style, script, image).

Enums

CachePolicy
enum CachePolicy

Controls which caching headers are sent to clients.

Meta

License

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/.

Authors

Vladimir Panteleev <ae@cy.md>