{ "info": { "author": "Wichert Akkerman", "author_email": "wichert@wiggy.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n\nThis package is a bridge between `z3c.caching`_ and `CacheSetup`_: it takes\nrulesets configured via z3c.caching and looks for a rule with the same id\nin your current CacheSetup configuration. That rule is then used to set the\ncaching headers for the response.\n\nThis makes it possible to cache content which CacheSetup itself can\nnot handle (such as browser views).\n\nInstallation\n============\n\nTo use ``five.caching`` you need only need to load its zcml.\n\n\nUsage\n=====\n\nThe only thing you need to do to enable five.caching to do its work is loads\nits zcml.\n\nA common problem you might notice is that CacheSetup rules often use\n``python:object.modified()`` as expression, which does not work with\nall objects supported by `z3c.caching` and `five.caching`. As an alternative\nthis package provides a ``lastmodified`` browser view which returns the same\ninformation. You can use it by configuring ``object/@@lastmodified`` as\nexpression in your CacheSetup rules.\n\n\n.. _z3c.caching: http://pypi.python.org/z3c.caching\n.. _CacheSetup: http://plone.org/products/cachefu\n\n\nChangelog\n=========\n\n1.0 - 2009-05-20\n----------------\n\n* Handle anonymous traffic correctly. CacheFu needs to be passed None and not\n a special user object to use the anonymous rules.\n [hannosch]\n\n* Corrected the `configure.zcml` to include the `plone.postpublicationhook`\n configuration.\n [hannosch]\n\n1.0b2 - October 21, 2008\n------------------------\n\n* Handle instance methods as well. This makes it possible to define cache rules\n for CMF skin objects.\n [wichert]\n\n* Add @@lastmodified helper view.\n [wichert]\n\n1.0b1 - October 15, 2008\n------------------------\n\n* Initial release\n [wichert]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/five.caching", "keywords": "", "license": "ZPL", "maintainer": null, "maintainer_email": null, "name": "five.caching", "package_url": "https://pypi.org/project/five.caching/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/five.caching/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/five.caching" }, "release_url": "https://pypi.org/project/five.caching/1.0/", "requires_dist": null, "requires_python": null, "summary": "Zope2 integration for z3c.caching", "version": "1.0" }, "last_serial": 636973, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "1d59e7ef339051af45debed56453655e", "sha256": "b88cb8bc34b358a14f28afea018ffbd1d2fd89469df53654c9d6296d2500ca12" }, "downloads": -1, "filename": "five.caching-1.0.zip", "has_sig": true, "md5_digest": "1d59e7ef339051af45debed56453655e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9506, "upload_time": "2009-05-20T18:10:35", "url": "https://files.pythonhosted.org/packages/7e/68/3b91a980c60d41674479428761c1f361cc3d8dca4d5a296548f52b8d44f6/five.caching-1.0.zip" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "f291e6e76e89076f00a26e269ad7e50f", "sha256": "1e097d81cb057babb685fc1e7037075f9247d45fd73d1e8051ca175d468704f4" }, "downloads": -1, "filename": "five.caching-1.0b1.zip", "has_sig": false, "md5_digest": "f291e6e76e89076f00a26e269ad7e50f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7348, "upload_time": "2008-10-15T11:22:18", "url": "https://files.pythonhosted.org/packages/dc/75/b9ff24ba08ec85e2e61e4c1e2f9e2d1961e820aca6bb666b5d18b38ba44e/five.caching-1.0b1.zip" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "d9d2727840b9cda019a41b5e608f916f", "sha256": "eac57f66221b7c7527b7cdebcf4120ce65949ad3b193761e5d377b7faaf78abf" }, "downloads": -1, "filename": "five.caching-1.0b2.tar.gz", "has_sig": false, "md5_digest": "d9d2727840b9cda019a41b5e608f916f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4779, "upload_time": "2008-10-21T16:28:15", "url": "https://files.pythonhosted.org/packages/a8/a2/2fce89b2a605b77ccde22931ff684ccea4be708332e5645dd486328fc208/five.caching-1.0b2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1d59e7ef339051af45debed56453655e", "sha256": "b88cb8bc34b358a14f28afea018ffbd1d2fd89469df53654c9d6296d2500ca12" }, "downloads": -1, "filename": "five.caching-1.0.zip", "has_sig": true, "md5_digest": "1d59e7ef339051af45debed56453655e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9506, "upload_time": "2009-05-20T18:10:35", "url": "https://files.pythonhosted.org/packages/7e/68/3b91a980c60d41674479428761c1f361cc3d8dca4d5a296548f52b8d44f6/five.caching-1.0.zip" } ] }