Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37039163
en ru br
ALT Linux repos
S:3.0-alt1

Group :: Development/Python3
RPM: python3-module-z3c.caching

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.0-alt1
Build date: 1 april 2023, 07:20 ( 51.8 weeks ago )
Size: 20.25 Kb

Home page:   https://pypi.org/project/z3c.caching/

License: ZPL-2.1
Summary: Caching infrastructure for web apps
Description:

Caching of web pages is a complicated process: there are many possible
policies to choose from, and the right policy can depend on factors such
as who is making the request, the URL is being retrieved and resource
negotiation settings such as accepted languages and encodings.

Hardcoding caching logic in an application is not desirable, especially
for reusable code. It is also not possible to allow an administrator to
manually configure the caching headers for every resource in an
application. This packages tries to address this problem by providing a
cache ruleset framework: it allows implementors to specify a ruleset for
every component. Administrators can then define a policy which dictates
the correct caching behaviour for each ruleset.

Current maintainer: Anton Vyatkin

List of contributors

List of rpms provided by this srpm:

  • python3-module-z3c.caching-tests
  • python3-module-z3c.caching
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin