{ "info": { "author": "Plone Foundation", "author_email": "plone-developers@lists.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 5.2", "Framework :: Zope2", "Framework :: Zope :: 4", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "=================\nplone.app.caching\n=================\n\nIntroduction\n============\n\n``plone.app.caching`` provides a Plone UI and default rules for managing HTTP response caching in Plone.\nIt builds on ``z3c.caching``, ``plone.caching`` and ``plone.cachepurging``.\n\n``plone.app.caching`` requires Plone 4 or later.\n\nInstallation\n============\n\nPlone >=4.1\n-----------\n\n**From Plone 4.1 onwards, ``plone.app.caching`` is shipped as a dependency of Plone core.**\n\nIt is available from the Control Panel, but **not enabled by default**.\nYou can enable it from the \"add-ons\" menu option.\n\nPlone 4.0\n---------\n\nAdd ``plone.app.caching`` to the ``eggs`` list in your ``buildout.cfg``, or as a dependency of one of your own packages in ``setup.py``.\nZCML configuration will be automatically loaded via a ``z3c.autoinclude`` entry point.\nYou will also need to install the package in Plone's Add-ons control panel as normal.\n\nThis package depends on a number of other packages, including ``z3c.form`` and ``plone.app.registry``, that do not ship with Plone 4.0.\nYou will probably want to lock down the versions for those packages using a known good set.\nAdd this to the the ``extends`` line in your ``buildout.cfg``, *after* the line that includes the Plone KGS::\n\n extends =\n ...\n http://good-py.appspot.com/release/plone.app.caching/1.0a1\n\nUpdate the version number at the end of the URL as appropriate.\nYou can find here an `overview of the versions `_\n\nSource Code\n===========\n\nContributors please read the document `Process for Plone core's development `_\n\nSources are at the `Plone code repository hosted at Github `_.\n\nChangelog\n---------\n\n.. You should *NOT* be adding new change log entries to this file.\n You should create a file in the news directory instead.\n For helpful instructions, please see:\n https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst\n\n.. towncrier release notes start\n\n2.0.3 (2019-09-13)\n------------------\n\nBug fixes:\n\n\n- Fix python3 related encoding error on manual purge page.\n [agitator] (#51)\n\n\n2.0.2 (2019-04-10)\n------------------\n\nBug fixes:\n\n\n- fix typo \"Purging is\" and not \"Purging ist\" [vincentfretin] (#47)\n- Fix controlpanel for Python 3\n [petschki] (#48)\n\n\n2.0.1 (2019-03-03)\n------------------\n\nBug fixes:\n\n\n- Only fire 1 Purge() when deleting content, instead of 3 [skurfer]\n Detect and ignore content creation more reliably [skurfer]\n Also purge the parent object when something changes (since the parent probably displays a list that includes the item being changed)\n [skurfer] (#37)\n\n\n2.0.0 (2019-02-08)\n------------------\n\nBreaking changes:\n\n\n- Removed legacy resource registries [ksuess] (#45)\n\n\n1.2.23 (2018-12-28)\n-------------------\n\nBug fixes:\n\n- Warn after save if caching was disabled while purging is still enabled.\n [jensens]\n\nClean-up\n\n- Legacy code clean-up\n Handling of legacy resource registries Products.ResourceRegistries removed\n [ksuess]\n\n\n1.2.22 (2018-09-23)\n-------------------\n\nNew features:\n\n- Python 3 support\n [pbauer, MatthewWilkes, ale-rt]\n\n\n1.2.21 (2018-04-03)\n-------------------\n\nNew features:\n\n- Use plone as i18n domain in ZCML files too\n [erral]\n\n- Use plone as i18n domain\n [erral]\n\nBug fixes:\n\n- Fix backslash escapes in i18nstring (poedit complains).\n [jensens]\n\n\n1.2.20 (2018-02-05)\n-------------------\n\nNew features:\n\n- Prepare for Python 2 / 3 compatibility\n [b4oshany, davilima6]\n\n\n1.2.19 (2017-11-24)\n-------------------\n\nNew features:\n\n- Purging all image scale paths and file paths in custom dexterity content types. [karalics]\n\n\n1.2.18 (2017-04-08)\n-------------------\n\nBug fixes:\n\n- Fixed blank edit forms of the per ruleset parameters.\n `Issue 1993 `_.\n [maurits]\n\n\n1.2.17 (2017-04-02)\n-------------------\n\nBug fixes:\n\n- Fixed title and description of max age in strong caching rule for resources.\n They wrongly were the same as for shared max age.\n Fixes `issue 1989 `_.\n [maurits]\n\n\n1.2.16 (2017-03-23)\n-------------------\n\nBug fixes:\n\n- Fix: Do not break Plone if there is no Archetypes available.\n [jensens]\n\n\n1.2.15 (2017-01-12)\n-------------------\n\nBug fixes:\n\n- Remove dependency on unittest2; fix tests assertions.\n [hvelarde]\n\n- Fixed tests when using ZODB 4.\n [davisagli]\n\n\n1.2.14 (2016-11-18)\n-------------------\n\nBug fixes:\n\n- Update code to follow Plone styleguide.\n [gforcada]\n\n\n1.2.13 (2016-10-05)\n-------------------\n\nBug fixes:\n\n- Code-Style: isort, utf8-headers, zca-decorators, manual cleanup.\n [jensens]\n\n\n1.2.12 (2016-09-16)\n-------------------\n\nBug fixes:\n\n- Enable unload protection by using pattern class ``pat-formunloadalert`` instead ``enableUnloadProtection``.\n [thet]\n\n\n1.2.11 (2016-08-17)\n-------------------\n\nFixes:\n\n- Use plone.namedfile for test image.\n [didrix]\n\n- Use zope.interface decorator.\n [gforcada]\n\n\n1.2.10 (2016-03-29)\n-------------------\n\nNew:\n\n- Show status after synchronous purge if it is an error status.\n [maurits]\n\n\n1.2.9 (2016-02-19)\n------------------\n\nFixes:\n\n- Fixed deprecated imports in tests. [thet]\n\n\n1.2.8 (2015-11-28)\n------------------\n\nFixes:\n\n- Updated Site Setup link in all control panels.\n Fixes https://github.com/plone/Products.CMFPlone/issues/1255\n [davilima6]\n\n\n1.2.7 (2015-09-09)\n------------------\n\n- fix cache settings modal settings so they do not show content\n inline on save.\n [vangheem]\n\n\n1.2.6 (2015-07-18)\n------------------\n\n- Remove gzip option, silly to be done at this layer.\n [vangheem]\n\n- Change the category of the configlet to 'plone-advanced'\n [sneridagh]\n\n\n1.2.5 (2015-06-09)\n------------------\n\n- correctly create purge paths for root of site, prevent double slashes\n and the empty root of site(no trailing slash) not getting a purge\n path generated\n [vangheem]\n\n\n1.2.4 (2015-06-05)\n------------------\n\n- update first time here warning\n [vangheem]\n\n- make control panel work for both plone 4 and plone 5 with tabs\n [vangheem]\n\n\n1.2.3 (2015-05-04)\n------------------\n\n- Fixed getObjectDefaultView method to strip off leading / and/or @@.\n [alecghica]\n\n- Fix the portalPath used in the controlpanel for manual purging URL's.\n This bug resulted in rarely doing all the purging required.\n [puittenbroek]\n\n\n1.2.2 (2014-10-23)\n------------------\n\n- Remove DL's from portal message templates.\n https://github.com/plone/Products.CMFPlone/issues/153\n [khink]\n\n- Fix ruleset registry test isolation so that is no longer order dependent.\n [jone]\n\n\n1.2.1 (2014-04-01)\n------------------\n\n- Fix tests that fail on the day before the switch to daylight saving time.\n [pbauer]\n\n\n1.2.0 (2014-02-26)\n------------------\n\n- Use the PLONE_APP_CONTENTTYPES_FIXTURE test layer for Plone 5 compatibility.\n [timo]\n\n\n1.1.7 (unreleased)\n------------------\n\n- Make it possible to set a maxage of zero in strong caching. This is\n an edge case since this would ordinarily be handled by moderate caching.\n [smcmahon]\n\n- Add some testing for weak caching operations.\n [smcmahon]\n\n- Fix handling of anon-only flag for cases where maxage is not zero. It\n was effectively ignored. Added operation test for strong caching.\n [smcmahon]\n\n\n1.1.6 (2013-08-14)\n------------------\n\n- Fix double purge of paths for items whose default view is the same as /view\n [eleddy]\n\n\n1.1.5 (2013-08-13)\n------------------\n\n- Register the plone.atobjectfields adapter not only when Products.Archetypes\n but also plone.app.blob is installed.\n [thet]\n\n\n1.1.4 (2013-06-13)\n------------------\n\n- Fixed purge paths for virtual hosting scenarios using virtual path components.\n [dokai]\n\n\n1.1.3 (2013-03-05)\n------------------\n\n- Provide message for newbies to suggest importing\n pre-defined caching rule set.\n [vangheem]\n\n\n\n1.1.2 (2012-12-27)\n------------------\n\n- Add other feed types to plone.content.feed purge policy\n [vangheem]\n\n- Fix bug where resource registries etag is calculated incorrectly if a registry\n is missing.\n [davisagli]\n\n- Fix bug `12038 `_. If transformIterable\n iterates on the 'result' iterable, it must return a new one.\n [ebrehault]\n\n\n1.1.1 (2012-08-30)\n------------------\n\n- Nothing changed yet.\n\n\n1.1 (2012-05-25)\n~~~~~~~~~~~~~~~~\n\n- Use zope.browserresource instead of zope.app.publisher.\n [hannosch]\n\n- Deprecated methods aliases were replaced on tests.\n [hvelarde]\n\n\n1.0.4 (unreleased)\n------------------\n\n- Fix possible test failures by logging in with the user name.\n Note that user id and user name (login name) can differ.\n [maurits]\n\n\n1.0.3 (2012-04-15)\n------------------\n\n- Fix packaging issue.\n [esteele]\n\n\n1.0.2 (2012-04-15)\n------------------\n- Handle caching of resource registries in RAM cache by not storing empty\n bodies in the RAMCache\n [eleddy with major tseaver support]\n\n\n1.0.1 (2012-01-26)\n------------------\n- Properly handle a changed configuration from with etags to no etags by\n forcing a page refresh\n [eleddy]\n\n- When not caching with etags, don't sent an etag header to stop caching\n [eleddy]\n\n- When there was an error like Unauthorized, 200 status and empty body would be\n cached in RAMCache instead of not caching anything.\n This is due to a bug with Zope 2.13 publication events :\n response.status is not set when IPubBeforeAbort is notified.\n Fixed by using error_status stored on request by plone.transformchain.\n [gotcha]\n\n- Added 12 translation strings for ruleset's title and description. Corresponding translation\n strings have been added in plone.app.caching-manual.pot in PloneTranslations\n [giacomos]\n\n- Added 6 translation strings for caching profiles' title and description. Corresponding translation\n strings have been added in plone.app.caching-manual.pot in PloneTranslations\n [giacomos]\n\n- Changed wrong i18n domain in the messagefactory. plone.caching -> plone.app.caching.\n [giacomos]\n\n1.0 - 2011-05-12\n~~~~~~~~~~~~~~~~\n\n- Use the `userLanguage` ETag component in place of the language ETag component\n in the default configs to allow ETags to be used for anonymous users with\n caching.\n [elro]\n\n- Add the SERVER_URL to the RAM cache key.\n [elro]\n\n- Declare `plone.namedfile.scaling.ImageScale` to be a `plone.stableResource`.\n [elro]\n\n- Add MANIFEST.in.\n [WouterVH]\n\n- Fixed tests failing on Zope 2.13 due to the HTTP status no longer being\n included in the response headers.\n [davisagli]\n\n- Add an ILastModified adapter for FSPageTemplate as the FSObject adapter\n would otherwise take precedence.\n [stefan]\n\n\n1.0b2 - 2011-02-10\n------------------\n\n- Added `News Item` to the list of `purgedContentTypes`, so the image field\n and its scales gets purged.\n [stefan, hannosch]\n\n- Associated `file_view`, `image_view` and `image_view_fullscreen` by default\n with the `plone.content.itemView` ruleset, since none of them is the default\n view of their respective content type, they didn't get the automated\n handling.\n [stefan, hannosch]\n\n- Added purging for plone.app.blob's BlobFields.\n [stefan, hannosch]\n\n- Fix documentation to refer to the correct `resourceRegistries` instead of\n the singular version.\n [stefan, hannosch]\n\n- Use plone.registry ``FieldRefs`` to manage parameter overrides. This\n requires plone.app.registry 1.0b3 and plone.app.registry 1.0b3 or later.\n [optilude]\n\n- Update distribution metadata to current best practice.\n [hannosch]\n\n- Added an etag component to track the existence of a copy/cut cookie\n [newbery]\n\n- Fixed various i18n issues.\n [vincentfretin]\n\n\n1.0b1 - 2010-08-04\n------------------\n\n- Add an option for \"anonymous only\" caching to the default operations.\n This is a simple way to switch off caching for logged-in users. See\n the README for more details.\n [optilude]\n\n- Add basic plone.namedfile caching rules, if plone.namedfile is installed\n [optilude]\n\n- Implement lookup based on portal type class/interface as well as name,\n and set up defaults for items and folders.\n [optilude]\n\n- template fixes for cmf.pt compatibility\n [pilz]\n\n\n1.0a1 - 2010-04-24\n------------------\n\n- Initial release.\n [optilude, newbery, smcmahon]\n\n\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/plone.app.caching/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.org/project/plone.app.caching", "keywords": "plone caching", "license": "GPL version 2", "maintainer": "", "maintainer_email": "", "name": "plone.app.caching", "package_url": "https://pypi.org/project/plone.app.caching/", "platform": "", "project_url": "https://pypi.org/project/plone.app.caching/", "project_urls": { "Homepage": "https://pypi.org/project/plone.app.caching" }, "release_url": "https://pypi.org/project/plone.app.caching/2.0.3/", "requires_dist": [ "setuptools", "six", "python-dateutil", "plone.caching", "plone.cachepurging", "plone.app.registry (>=1.0b5)", "zope.browserresource", "zope.interface", "zope.component", "zope.publisher", "zope.pagetemplate", "plone.memoize", "plone.protect", "plone.registry (>=1.0b4)", "Products.CMFDynamicViewFTI", "Products.GenericSetup", "Products.CMFCore", "Products.statusmessages", "Zope2", "Acquisition", "plone.app.z3cform", "z3c.form", "z3c.zcmlhook", "plone.z3cform (>=1.1.0.dev0) ; python_version > \"3.0\"", "plone.app.contenttypes[test] ; extra == 'test'", "plone.app.testing ; extra == 'test'" ], "requires_python": "", "summary": "Plone UI and default rules for plone.caching/z3c.caching", "version": "2.0.3" }, "last_serial": 5827369, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "55c90c7dafb7046ce0bf60ef61e019b3", "sha256": "1f1d1cac99ead71592a752453ee619ade9b40f291818b0145cd0ce7df838a212" }, "downloads": -1, "filename": "plone.app.caching-1.0.zip", "has_sig": false, "md5_digest": "55c90c7dafb7046ce0bf60ef61e019b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 229433, "upload_time": "2011-05-12T10:54:07", "url": "https://files.pythonhosted.org/packages/0d/e9/c82b6c6c7b9b71b2caefeb3499237561323c3907c8188cfc09ba097aa206/plone.app.caching-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "98c07227c9c46acb5629c584a5add784", "sha256": "4285b89fa929d93b24c585225c041e81a34e4b0c28b43ab61e68d244c2d9ea07" }, "downloads": -1, "filename": "plone.app.caching-1.0.1.tar.gz", "has_sig": false, "md5_digest": "98c07227c9c46acb5629c584a5add784", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112669, "upload_time": "2012-01-27T03:14:38", "url": "https://files.pythonhosted.org/packages/4d/4c/1d33002a7e567366407e20668e397fb8a5b5531ddca3c7eea2e3a55c69e5/plone.app.caching-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "2f13f827ec7d43f1d48bb14c3c18ed3d", "sha256": "53aa8d8fdd5cd1be08e14ee4f7e295a28891d5e23ed987f491fcf58903df8836" }, "downloads": -1, "filename": "plone.app.caching-1.0.2.zip", "has_sig": false, "md5_digest": "2f13f827ec7d43f1d48bb14c3c18ed3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129390, "upload_time": "2012-04-15T20:03:47", "url": "https://files.pythonhosted.org/packages/b3/ec/bda1808c7591a7b663e446a6f798288bf8466997570295d71efbb521872e/plone.app.caching-1.0.2.zip" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "37429bd0fb79814ac1b3383acb215226", "sha256": "cfff1fd85ef4fa59044f2f06826f35674cf52ed8a5d8633234ee4ba2738cf0a0" }, "downloads": -1, "filename": "plone.app.caching-1.0.3.zip", "has_sig": false, "md5_digest": "37429bd0fb79814ac1b3383acb215226", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147155, "upload_time": "2012-04-15T22:22:02", "url": "https://files.pythonhosted.org/packages/0f/00/7a1cd53e2e4f83712a9d5283a754282aac8f90d7e0ccf5e9f0a6987a33d3/plone.app.caching-1.0.3.zip" } ], "1.0a1": [ { "comment_text": "", "digests": { "md5": "72ab3f04b127fd63e42333fd0b8b8ea7", "sha256": "064fed05aa1946ea5aa8bcbdc0bb0f698119201b7c69c086956c0971ca1a1bc4" }, "downloads": -1, "filename": "plone.app.caching-1.0a1.tar.gz", "has_sig": false, "md5_digest": "72ab3f04b127fd63e42333fd0b8b8ea7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99253, "upload_time": "2010-04-24T11:46:11", "url": "https://files.pythonhosted.org/packages/45/f7/d4c527fbb9927738b8333b62788f5b3d7f6d8ed55b2dec795d809c1d5c50/plone.app.caching-1.0a1.tar.gz" } ], "1.0b1": [ { "comment_text": "", "digests": { "md5": "6ba120706b0e4b23fde6de2dea0f09bf", "sha256": "51c5f1bdf02166a45781b75c4f1ccb5fcadda77cfc70bee555da568cb5aa4680" }, "downloads": -1, "filename": "plone.app.caching-1.0b1.zip", "has_sig": false, "md5_digest": "6ba120706b0e4b23fde6de2dea0f09bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 136849, "upload_time": "2010-08-04T15:59:03", "url": "https://files.pythonhosted.org/packages/d7/7e/e9113ea8f0eafa3f7cdde9af2c03ec0ea56d90b8ffb62a63823082af0c3f/plone.app.caching-1.0b1.zip" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "dcd5903814c07a1040eac1aa3ea43c1a", "sha256": "345d50cb1817dc753a4766e40807e72a76b5c992b2edd9d3837283e1d475e782" }, "downloads": -1, "filename": "plone.app.caching-1.0b2.zip", "has_sig": false, "md5_digest": "dcd5903814c07a1040eac1aa3ea43c1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141674, "upload_time": "2011-02-10T16:30:10", "url": "https://files.pythonhosted.org/packages/00/7a/0ddf1fedfd28ef641b1e7fa32e87391c4d14f6025e7275ea00f8db24414b/plone.app.caching-1.0b2.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "6c4936b109f3a68742e125195a7af2f2", "sha256": "12af57e219a75b2222eb6ebd7d788a7d8682d56217dc064684ac2862efb5246e" }, "downloads": -1, "filename": "plone.app.caching-1.1.zip", "has_sig": false, "md5_digest": "6c4936b109f3a68742e125195a7af2f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147674, "upload_time": "2012-05-25T22:50:10", "url": "https://files.pythonhosted.org/packages/1e/6e/dc29dd832f780fe3bdfca56c2344ad271391263eec219781a84c27f6215d/plone.app.caching-1.1.zip" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "68ba0df30693c1e8446fd22fa2b3030e", "sha256": "cbe3429769a6f7acb6f7c42cfa20ced6607ba3420c8d4d8efac6b97d3dbe86ca" }, "downloads": -1, "filename": "plone.app.caching-1.1.1.zip", "has_sig": false, "md5_digest": "68ba0df30693c1e8446fd22fa2b3030e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145510, "upload_time": "2012-08-30T15:19:38", "url": "https://files.pythonhosted.org/packages/83/26/2449c6912c956e6d611d549a78fad63a888989747fb7df073378416b58d6/plone.app.caching-1.1.1.zip" } ], "1.1.10": [ { "comment_text": "", "digests": { "md5": "5158b9acfd76209d220f0bf1c2c9940f", "sha256": "4789f690cbf8a30421ca2ebdfef42f4418970eeaf3c2805ec336b3d88e09242d" }, "downloads": -1, "filename": "plone.app.caching-1.1.10.zip", "has_sig": false, "md5_digest": "5158b9acfd76209d220f0bf1c2c9940f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148672, "upload_time": "2015-06-10T04:59:32", "url": "https://files.pythonhosted.org/packages/d1/ae/e7847b22bf8028c78c78fc4a5a2fcdf6e8b9d9380040763943311b2bfd7b/plone.app.caching-1.1.10.zip" } ], "1.1.11": [ { "comment_text": "", "digests": { "md5": "90fa7f924b3917ef06d018138265d8f3", "sha256": "c3f974e74c37d2ebe980c278b66924ba7edb267c32f9b0fb66c64f94e3a7b49b" }, "downloads": -1, "filename": "plone.app.caching-1.1.11.tar.gz", "has_sig": false, "md5_digest": "90fa7f924b3917ef06d018138265d8f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115728, "upload_time": "2016-03-29T14:57:30", "url": "https://files.pythonhosted.org/packages/41/cf/b79c7816d3772f886cf67393c0ed1766778a5030f9fa10ec9dbf372d08bd/plone.app.caching-1.1.11.tar.gz" } ], "1.1.12": [ { "comment_text": "", "digests": { "md5": "269435321aabc2663badf1ca8c8fbdf8", "sha256": "934d39ce26ed47cac0dde6f2fcf1629650d6f59df432cd0e29a64abe58183e7d" }, "downloads": -1, "filename": "plone.app.caching-1.1.12.tar.gz", "has_sig": false, "md5_digest": "269435321aabc2663badf1ca8c8fbdf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116054, "upload_time": "2017-04-05T14:49:26", "url": "https://files.pythonhosted.org/packages/ea/0f/7527ead03aa838dcc03a39d01bdfbfb66650c5bbcb4ee7ac0a1331c75508/plone.app.caching-1.1.12.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "83a52efeb7604d4c5b4afbc6c1365c6f", "sha256": "dfad7c0b21eb8589aa142a8c4382cca10cd23c4633b67ebafaa38c47366001b7" }, "downloads": -1, "filename": "plone.app.caching-1.1.2.zip", "has_sig": false, "md5_digest": "83a52efeb7604d4c5b4afbc6c1365c6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146122, "upload_time": "2012-12-28T04:02:29", "url": "https://files.pythonhosted.org/packages/80/9c/ab870c65243b578fc1087f827f2bdcc85d32aef25bc38098c5cf2c0bdff0/plone.app.caching-1.1.2.zip" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "1975506ecf8d42944946dbb2b8f8dc01", "sha256": "c836f730b8220a32b332274a6e3bd944d2db544e3c2a4b6fb22b12191ca666d3" }, "downloads": -1, "filename": "plone.app.caching-1.1.3.zip", "has_sig": false, "md5_digest": "1975506ecf8d42944946dbb2b8f8dc01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149002, "upload_time": "2013-03-05T19:45:40", "url": "https://files.pythonhosted.org/packages/65/ca/dad2dd03e4b4a25db69cdebe73cbe3035f37684df3aa87137c20fa01e5f3/plone.app.caching-1.1.3.zip" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "bbb46c9dc36f0ac6cc833ee152203a81", "sha256": "f18bb3ebf8bb4dc5d5a5ecfbaa54777c82cf38bbe9a702b9840f664f10df3c78" }, "downloads": -1, "filename": "plone.app.caching-1.1.4.zip", "has_sig": false, "md5_digest": "bbb46c9dc36f0ac6cc833ee152203a81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149166, "upload_time": "2013-06-14T02:04:31", "url": "https://files.pythonhosted.org/packages/4f/db/2f145370a75f4235332f65179cbb22ff3528d80c3c28206327517d7bd708/plone.app.caching-1.1.4.zip" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "f19bfc1d6deb06b63d7c0f57d7adbcf4", "sha256": "9853a2e1fc335536a6b95a2211d6ec84b60d3a50cc7d764e31d31ec0e9ce7db0" }, "downloads": -1, "filename": "plone.app.caching-1.1.5.zip", "has_sig": false, "md5_digest": "f19bfc1d6deb06b63d7c0f57d7adbcf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149351, "upload_time": "2013-08-13T13:22:46", "url": "https://files.pythonhosted.org/packages/3f/9d/5d15c4ac28035c99abf67fb2891ec8fca02c544a412173f111eb5505e2ef/plone.app.caching-1.1.5.zip" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "52f817d67e6da1508bf6f1486e5466d2", "sha256": "8ed7059f9360c73db44bff077a122cd092d7d5b93c9f5d81cfe24ae61523321b" }, "downloads": -1, "filename": "plone.app.caching-1.1.6.zip", "has_sig": false, "md5_digest": "52f817d67e6da1508bf6f1486e5466d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149539, "upload_time": "2013-08-14T15:32:53", "url": "https://files.pythonhosted.org/packages/e8/cf/28cba023a3fe6fdf917d07fe92b5fd7bed60097b9cc0c8d0b8fcf477538a/plone.app.caching-1.1.6.zip" } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "1ffa23043a0f91394f18516ccabff8d8", "sha256": "44c3198b6b1d02d9cd26e51804d60ccbd9f299b6237efec1999caa9f9f862c02" }, "downloads": -1, "filename": "plone.app.caching-1.1.7.zip", "has_sig": false, "md5_digest": "1ffa23043a0f91394f18516ccabff8d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 150158, "upload_time": "2013-12-08T02:07:18", "url": "https://files.pythonhosted.org/packages/e2/90/fac35745ee18d747869c9ae77f807ad5b5afda22b7c82d05af47a2c38644/plone.app.caching-1.1.7.zip" } ], "1.1.8": [ { "comment_text": "", "digests": { "md5": "f74d9f293ba3a89b9dd91589ab6672b5", "sha256": "ef13a4f969c1037718616d79931158deda23e711cf2904c270d0d184e77f418b" }, "downloads": -1, "filename": "plone.app.caching-1.1.8.zip", "has_sig": false, "md5_digest": "f74d9f293ba3a89b9dd91589ab6672b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149849, "upload_time": "2014-01-28T03:23:51", "url": "https://files.pythonhosted.org/packages/3d/e6/12e99e371024d809ee691d17e33f27207e6f216f60b14c8f2b15c03c9f9d/plone.app.caching-1.1.8.zip" } ], "1.1.9": [ { "comment_text": "", "digests": { "md5": "6346b9258dfe5ca8db445286f46db7ce", "sha256": "a0907fa0b2ee803f0306245743fd920fbf7c1d4f23a44753c3cc0d428e4e7b88" }, "downloads": -1, "filename": "plone.app.caching-1.1.9.tar.gz", "has_sig": false, "md5_digest": "6346b9258dfe5ca8db445286f46db7ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115042, "upload_time": "2015-04-30T08:31:22", "url": "https://files.pythonhosted.org/packages/85/ac/0f841e67d52fc8c253a6cea90e75944d10c1c5bf498b4f871ebb626a0727/plone.app.caching-1.1.9.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "48864a84ce0f980f429972f90bc06f6a", "sha256": "f3632b3e2711efcc452b0a735ae7441595e28433a2816db53244e58846acb984" }, "downloads": -1, "filename": "plone.app.caching-1.2.0.zip", "has_sig": false, "md5_digest": "48864a84ce0f980f429972f90bc06f6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148546, "upload_time": "2014-02-26T18:10:55", "url": "https://files.pythonhosted.org/packages/da/d9/5a5800f60b50a7db0dcd9248827facfc2549c424087fe5e1443f4b1da416/plone.app.caching-1.2.0.zip" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "1035e6e1b708e9892002cee59818ea52", "sha256": "1b85f753bea5184c71fb1bbc619f7406fcfb2b31c6687990c28da6e5f18ffe7d" }, "downloads": -1, "filename": "plone.app.caching-1.2.1.zip", "has_sig": false, "md5_digest": "1035e6e1b708e9892002cee59818ea52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148885, "upload_time": "2014-04-01T18:47:04", "url": "https://files.pythonhosted.org/packages/be/18/3190ebc96b65278572c88607d775b9d1b40c4b7418edb6961186e19dd38c/plone.app.caching-1.2.1.zip" } ], "1.2.10": [ { "comment_text": "", "digests": { "md5": "7ceb58230ffc755ea32e86a3ffa85448", "sha256": "e2e2848bf43ba7c13bf64ab2f17f63029cc323fdb7a5a5e41ccf7873fbf22ce7" }, "downloads": -1, "filename": "plone.app.caching-1.2.10.tar.gz", "has_sig": false, "md5_digest": "7ceb58230ffc755ea32e86a3ffa85448", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93707, "upload_time": "2016-03-29T16:31:18", "url": "https://files.pythonhosted.org/packages/8e/45/7be8f9012c2dab061eb6532f14fc8e33cbe5a9203270b0eac2c2678b5852/plone.app.caching-1.2.10.tar.gz" } ], "1.2.11": [ { "comment_text": "", "digests": { "md5": "dbf77faa593b5991d07506d26bbd5781", "sha256": "c4518dc7a0b90eb998a61fd0eb15036b003e8f1117f943dc6f5e1d92cb11f113" }, "downloads": -1, "filename": "plone.app.caching-1.2.11.tar.gz", "has_sig": false, "md5_digest": "dbf77faa593b5991d07506d26bbd5781", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93849, "upload_time": "2016-08-16T22:08:03", "url": "https://files.pythonhosted.org/packages/da/83/b2b12f499b5973b492d0caac2e0f2a574b89124a2f2c412a1b7a65016947/plone.app.caching-1.2.11.tar.gz" } ], "1.2.12": [ { "comment_text": "", "digests": { "md5": "d503c3ab446a8ae0e51174bca9ea17f4", "sha256": "8516f1daed59ae0ec8b6c2a5bc2482ce69adf8fc5644e90657b8f06a92233364" }, "downloads": -1, "filename": "plone.app.caching-1.2.12.tar.gz", "has_sig": false, "md5_digest": "d503c3ab446a8ae0e51174bca9ea17f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94104, "upload_time": "2016-09-16T16:46:07", "url": "https://files.pythonhosted.org/packages/af/05/41862d1a8280b24ec7adcd52eff31427c27b4356eab5070ddf4e70923b88/plone.app.caching-1.2.12.tar.gz" } ], "1.2.13": [ { "comment_text": "", "digests": { "md5": "9f35a15fb1db80a81b3a77eb8d0d277b", "sha256": "01aeedfced30f58db8f2a87e8e04483c8ccbf87406dca331928d26bf00608cf1" }, "downloads": -1, "filename": "plone.app.caching-1.2.13.tar.gz", "has_sig": false, "md5_digest": "9f35a15fb1db80a81b3a77eb8d0d277b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95061, "upload_time": "2016-10-04T22:09:31", "url": "https://files.pythonhosted.org/packages/74/51/d780cc3ff846fb6a98249f29ba698c33abdad888578023f2bd1073d4d747/plone.app.caching-1.2.13.tar.gz" } ], "1.2.14": [ { "comment_text": "", "digests": { "md5": "fb8fd22ebae48adfac7cf31e5a0dfb91", "sha256": "0328a99185d9d4800ca32e0031a0b39699ae13d09997b7ba1300e6e56ee0c84b" }, "downloads": -1, "filename": "plone.app.caching-1.2.14.tar.gz", "has_sig": false, "md5_digest": "fb8fd22ebae48adfac7cf31e5a0dfb91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95275, "upload_time": "2016-11-18T19:16:53", "url": "https://files.pythonhosted.org/packages/0b/9a/38b4db12fcfeb79a81fa5b08c38edd477573d2a5136376c534c13aa4e3b6/plone.app.caching-1.2.14.tar.gz" } ], "1.2.15": [ { "comment_text": "", "digests": { "md5": "4991af88365b5d24e1bfe2854f3b25ca", "sha256": "d5cf101507027de8d24d009ea484db2ad616f71344dbda9ced4ca36282d1ac88" }, "downloads": -1, "filename": "plone.app.caching-1.2.15.tar.gz", "has_sig": false, "md5_digest": "4991af88365b5d24e1bfe2854f3b25ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95339, "upload_time": "2017-01-12T15:06:56", "url": "https://files.pythonhosted.org/packages/35/02/70ff766cdc16e3323077ffee2c29fdf7e6ced343a64fb2f74186b4a3cc60/plone.app.caching-1.2.15.tar.gz" } ], "1.2.16": [ { "comment_text": "", "digests": { "md5": "edabaa93ecd2092d279277aff8e0396c", "sha256": "f1deeb433ad218cc8067173d79852e3a72cd2520073a5f0da9cc7e4e5c233f4d" }, "downloads": -1, "filename": "plone.app.caching-1.2.16.tar.gz", "has_sig": false, "md5_digest": "edabaa93ecd2092d279277aff8e0396c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95537, "upload_time": "2017-03-24T01:37:36", "url": "https://files.pythonhosted.org/packages/e9/35/bb2472b59575c866459e03366261ea5ee94cf7571e4a8db7078bfdad9b62/plone.app.caching-1.2.16.tar.gz" } ], "1.2.17": [ { "comment_text": "", "digests": { "md5": "fcfadbafe75418dd9a45b6f33f2c28a3", "sha256": "9941d83d592edcae6c460510e7cd685d180f00736fca03844d49a06e1d7585ef" }, "downloads": -1, "filename": "plone.app.caching-1.2.17.tar.gz", "has_sig": false, "md5_digest": "fcfadbafe75418dd9a45b6f33f2c28a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95724, "upload_time": "2017-04-02T23:00:22", "url": "https://files.pythonhosted.org/packages/d8/2c/c994f7297a34b74c84423f6531f120469ff97ecd8fa7d12cc17f3567e35c/plone.app.caching-1.2.17.tar.gz" } ], "1.2.18": [ { "comment_text": "", "digests": { "md5": "49328911f71eece84befd476faca4a01", "sha256": "9045628d5ef1c9f1137dd2cd7e4562e3d0fe532c4f73919a9e8a6a537497c71a" }, "downloads": -1, "filename": "plone.app.caching-1.2.18.tar.gz", "has_sig": false, "md5_digest": "49328911f71eece84befd476faca4a01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95907, "upload_time": "2017-04-07T23:40:53", "url": "https://files.pythonhosted.org/packages/3f/de/1891cf7185ddc8b7b9c51b58a42a920d8dff287b217a433193b81b3bf62c/plone.app.caching-1.2.18.tar.gz" } ], "1.2.19": [ { "comment_text": "", "digests": { "md5": "991121d8b1c2d4f1395587233f18d4a4", "sha256": "6c48b5ce778516d1543058fe19b4da11ef5c2121c7455ada2f244dd6690a4f1d" }, "downloads": -1, "filename": "plone.app.caching-1.2.19.tar.gz", "has_sig": false, "md5_digest": "991121d8b1c2d4f1395587233f18d4a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107803, "upload_time": "2017-11-25T01:17:51", "url": "https://files.pythonhosted.org/packages/63/8e/fbb7ed397eb4e2412d2a751bc4f279b21ae892ac8265f0c3cadeb55649a9/plone.app.caching-1.2.19.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "3ccbeec5ff7ef09f1c369f9dd47c630b", "sha256": "0bb16bd30ba64eb036e94847438ce981c5b2f716e57ee233803be9d8cc8878da" }, "downloads": -1, "filename": "plone.app.caching-1.2.2.zip", "has_sig": false, "md5_digest": "3ccbeec5ff7ef09f1c369f9dd47c630b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 136037, "upload_time": "2014-10-24T02:27:08", "url": "https://files.pythonhosted.org/packages/da/51/0f8ef68d0a1cbb0740654018212e2fd3a9d4963f5444b62511977332a124/plone.app.caching-1.2.2.zip" } ], "1.2.20": [ { "comment_text": "", "digests": { "md5": "595489262a47cf5693dfa28967014613", "sha256": "8c052f62f3570ed920d1044e5e126e01107c3bdb54c142213b63cdb54f7258cc" }, "downloads": -1, "filename": "plone.app.caching-1.2.20-py2-none-any.whl", "has_sig": false, "md5_digest": "595489262a47cf5693dfa28967014613", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 106954, "upload_time": "2018-02-04T23:49:45", "url": "https://files.pythonhosted.org/packages/00/8f/c283156a2386abca7ddb5177c1a800b80e6c364fc2e77207a499ff57a8bf/plone.app.caching-1.2.20-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "665b7399de50fab4c1b8f49f99d5c071", "sha256": "9f6ec582d2a5c2d0fbe3c231172cbebfe1e7e0c98e9a9a8c60d00339cda5d66e" }, "downloads": -1, "filename": "plone.app.caching-1.2.20.tar.gz", "has_sig": false, "md5_digest": "665b7399de50fab4c1b8f49f99d5c071", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99393, "upload_time": "2018-02-04T23:49:48", "url": "https://files.pythonhosted.org/packages/53/ea/b0b3a45508803ce8cc8d1b620aa6646bca09fa66bf80dc1c24c2ce9affc5/plone.app.caching-1.2.20.tar.gz" } ], "1.2.21": [ { "comment_text": "", "digests": { "md5": "6fa949f5f80352c8afae5fa31b7439dc", "sha256": "7a107f117a3ee2f320190c1bf9384a5b385c56ca6767b513f4dcf3437139b9d3" }, "downloads": -1, "filename": "plone.app.caching-1.2.21-py2-none-any.whl", "has_sig": false, "md5_digest": "6fa949f5f80352c8afae5fa31b7439dc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 107030, "upload_time": "2018-04-03T14:13:42", "url": "https://files.pythonhosted.org/packages/ca/f1/70a12356f56fef0809242f5cb7188776eed3f15e60e2f3e2bb4524a34f3e/plone.app.caching-1.2.21-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0a8c1d6069315c3862770cc1428a34c9", "sha256": "de7cfefc5615564bff9006ed8f57ab999d1312c6f3e4ad66cf2f11fcd6dbf13e" }, "downloads": -1, "filename": "plone.app.caching-1.2.21.tar.gz", "has_sig": false, "md5_digest": "0a8c1d6069315c3862770cc1428a34c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108294, "upload_time": "2018-04-03T14:13:44", "url": "https://files.pythonhosted.org/packages/30/7e/562118e51eba6037f045fd09017cc86b41a9bb4d80a00dfe3f5a5880b50e/plone.app.caching-1.2.21.tar.gz" } ], "1.2.22": [ { "comment_text": "", "digests": { "md5": "5b6b870a537b34aa5f3a5db431e18a78", "sha256": "3ad805344b0561fff0d2cc084ad721bf652a5c635086a32ed132b5cfe38b0d5c" }, "downloads": -1, "filename": "plone.app.caching-1.2.22-py2-none-any.whl", "has_sig": false, "md5_digest": "5b6b870a537b34aa5f3a5db431e18a78", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 101786, "upload_time": "2018-09-23T15:09:34", "url": "https://files.pythonhosted.org/packages/93/e3/4708a0bafadb377def096e4cb9eb229c1d6041016a48996a04f54ef91c77/plone.app.caching-1.2.22-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69f20d9daa9404fbc45e390afdc47099", "sha256": "fa0f548c49112b581e1183d6f4fbdc2aae76ba3c1d11b60df557e95d0f0885ad" }, "downloads": -1, "filename": "plone.app.caching-1.2.22.tar.gz", "has_sig": false, "md5_digest": "69f20d9daa9404fbc45e390afdc47099", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108607, "upload_time": "2018-09-23T15:09:37", "url": "https://files.pythonhosted.org/packages/c5/2b/8e2978b1a46f6de459c99dad8ebcdbea0ad8cbdaa8c8a0c6e0d844434aeb/plone.app.caching-1.2.22.tar.gz" } ], "1.2.23": [ { "comment_text": "", "digests": { "md5": "0e9c9241141a66fbc53a078773bf85df", "sha256": "aec2c18d618258017c54179aa86c19fff3a9e336682188533a8fdc8553d00637" }, "downloads": -1, "filename": "plone.app.caching-1.2.23-py2-none-any.whl", "has_sig": false, "md5_digest": "0e9c9241141a66fbc53a078773bf85df", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 101892, "upload_time": "2018-12-28T20:33:47", "url": "https://files.pythonhosted.org/packages/e9/cd/d96cf940fef11ce49665ef51f72bab8de7441339d5a093e47b93871b3d74/plone.app.caching-1.2.23-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c872e7054f594b79c2ce888420591baa", "sha256": "5023b9ec75f09637642564fdbfba26be09d28c28edf8b8720aa4881c318f3847" }, "downloads": -1, "filename": "plone.app.caching-1.2.23.tar.gz", "has_sig": false, "md5_digest": "c872e7054f594b79c2ce888420591baa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108904, "upload_time": "2018-12-28T20:33:53", "url": "https://files.pythonhosted.org/packages/7a/d0/08df4ce185c4c0e38880546670165fefe0b796093cc135d1e626ca039e5e/plone.app.caching-1.2.23.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "68ff8c643849ec41494f3c71475bd378", "sha256": "876d1beb76ce3284358735ad186f81bea0677dfbb0097c07d23c7a1605d1c68d" }, "downloads": -1, "filename": "plone.app.caching-1.2.3.tar.gz", "has_sig": false, "md5_digest": "68ff8c643849ec41494f3c71475bd378", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93619, "upload_time": "2015-05-04T15:43:45", "url": "https://files.pythonhosted.org/packages/8b/55/b3a6a0e50fe8c3e5cd2ca4e97dec294ba12aafda0c309c59ed924cc5c0ca/plone.app.caching-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "000bce3f36cb2f2690fd5b3cb63edf7c", "sha256": "cbd43c3b38c36895375c6bb3af874ab5f794fa336bfc37c1b6c2e3bdfedde2e8" }, "downloads": -1, "filename": "plone.app.caching-1.2.4.tar.gz", "has_sig": false, "md5_digest": "000bce3f36cb2f2690fd5b3cb63edf7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94012, "upload_time": "2015-06-05T05:31:45", "url": "https://files.pythonhosted.org/packages/8f/9c/3b7610a41d07454b4c2807a7e6a3d67df9541a4a3bf46a222fb4bd9ef015/plone.app.caching-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "b9f3bec59f043d2aa1be24c4be103c8c", "sha256": "9b7fc79229551f787eb2e2b462c70a3ecab6bccb9e14aa84bcfc8f19eceef5b0" }, "downloads": -1, "filename": "plone.app.caching-1.2.5.tar.gz", "has_sig": false, "md5_digest": "b9f3bec59f043d2aa1be24c4be103c8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94388, "upload_time": "2015-06-09T15:12:28", "url": "https://files.pythonhosted.org/packages/5b/80/3b9f637e3f39533defc5945b2642f492e15f5929f563ffd7142bfe88e11e/plone.app.caching-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "76e9d5c714d97b979ef97b946dc54d2b", "sha256": "4a85cc559b59dcce920c1a9c811b4bcd2bd9628487bf28d0a4e7b9d12a712729" }, "downloads": -1, "filename": "plone.app.caching-1.2.6.tar.gz", "has_sig": false, "md5_digest": "76e9d5c714d97b979ef97b946dc54d2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92901, "upload_time": "2015-07-18T03:20:58", "url": "https://files.pythonhosted.org/packages/05/0d/fa853f6b88a85211549536b746913722738f7d4d6068255ff31427608872/plone.app.caching-1.2.6.tar.gz" } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "0b3db3f391e63b32e2d9030122aa96d0", "sha256": "d729809869615a4d6c6addd985d87c487a6211b811076c13932563d1a9810b92" }, "downloads": -1, "filename": "plone.app.caching-1.2.7.tar.gz", "has_sig": false, "md5_digest": "0b3db3f391e63b32e2d9030122aa96d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97316, "upload_time": "2015-09-09T20:44:41", "url": "https://files.pythonhosted.org/packages/da/cb/fc6a5a291982a021cce33af14af07ae10c473aa0713589caf3dd8759b81d/plone.app.caching-1.2.7.tar.gz" } ], "1.2.8": [ { "comment_text": "", "digests": { "md5": "1a38b82a1713450f22a3ce547b3cfcbc", "sha256": "c66fea9f517b46ab1aeb81f4c2874e03838640d1e3336ee0a0dfd7753bb89f78" }, "downloads": -1, "filename": "plone.app.caching-1.2.8.tar.gz", "has_sig": false, "md5_digest": "1a38b82a1713450f22a3ce547b3cfcbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93407, "upload_time": "2015-11-27T23:01:42", "url": "https://files.pythonhosted.org/packages/58/1e/a5fac61d2ff444c4cf84fd76eeded326b484c73455760fbfcb0784e9bb48/plone.app.caching-1.2.8.tar.gz" } ], "1.2.9": [ { "comment_text": "", "digests": { "md5": "38f387f22a20b4cc4d684325071b6dff", "sha256": "c691ba8cee0d76e6503d07509d256d509e2cd5973a8b63d6d0531439aa152696" }, "downloads": -1, "filename": "plone.app.caching-1.2.9.tar.gz", "has_sig": false, "md5_digest": "38f387f22a20b4cc4d684325071b6dff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93502, "upload_time": "2016-02-19T18:14:08", "url": "https://files.pythonhosted.org/packages/1b/fd/e49f67fb1af0f3514ae729309abb9e3418e617e8d52d0cce069d6f22091b/plone.app.caching-1.2.9.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "425d4db6b910cdf3de2fdc12ec0ae113", "sha256": "85541d94010ea203497dab809a4981a8ca31332e7d7390f0301e56c714c521ae" }, "downloads": -1, "filename": "plone.app.caching-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "425d4db6b910cdf3de2fdc12ec0ae113", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 101258, "upload_time": "2019-02-08T13:47:44", "url": "https://files.pythonhosted.org/packages/8d/f0/2d15a7da1e605b9f3dcdde494845f94db0ea59f09117d84ddbc1ab714c9e/plone.app.caching-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1bad826746532cd4e0ba42c17e5a1f2f", "sha256": "374e3959f50cf9c7aa9db4c8d404070aa65d7b6d453cc69818abdc083600f723" }, "downloads": -1, "filename": "plone.app.caching-2.0.0.tar.gz", "has_sig": false, "md5_digest": "1bad826746532cd4e0ba42c17e5a1f2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99539, "upload_time": "2019-02-08T13:47:46", "url": "https://files.pythonhosted.org/packages/25/fa/866708f09a365d5c3f78b7c37a2c135d4e37b9a0f2e9bb4ac9f3a68da979/plone.app.caching-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "88849faf5a2204c3a9e5e3e381b02fcc", "sha256": "508d5a1e75850571e15d88741b6c3ab796aa422bc9310b782fae48fe3aab7fe9" }, "downloads": -1, "filename": "plone.app.caching-2.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "88849faf5a2204c3a9e5e3e381b02fcc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 101640, "upload_time": "2019-03-04T02:26:48", "url": "https://files.pythonhosted.org/packages/98/be/74d8b6c0713fd9253278a636ae6e230db26d2f538bbe9faceedb35f4b414/plone.app.caching-2.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a76c24c5f4a9c8df4df88f59b4621f9b", "sha256": "5c0249ec0cb4f63bd1509b0d1a255558b20fb86879cd4b57e0fc5b7ff666b5b2" }, "downloads": -1, "filename": "plone.app.caching-2.0.1.tar.gz", "has_sig": false, "md5_digest": "a76c24c5f4a9c8df4df88f59b4621f9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103329, "upload_time": "2019-03-04T02:26:50", "url": "https://files.pythonhosted.org/packages/88/10/3dc445e1df3255939eeb6f66b12a2dbae0faf42f6ab484f0f63eca11ce29/plone.app.caching-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "fb3f46f8af896add1eb129180cdf812b", "sha256": "b101499788ad803debb3300808b197c80f84dfabcf7d0085f326c58f4ef889ea" }, "downloads": -1, "filename": "plone.app.caching-2.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fb3f46f8af896add1eb129180cdf812b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 101805, "upload_time": "2019-04-10T20:27:35", "url": "https://files.pythonhosted.org/packages/12/ed/754989a4f2cf777a582cc3fa1b5e86a6d002dd76b9a30eceaba37d6772da/plone.app.caching-2.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3251c71d836104b2853a8652260ec819", "sha256": "1edccb3664541bd44b8ac4bae7e565d17b1beb24ca033629aa80af8f7d64fe8c" }, "downloads": -1, "filename": "plone.app.caching-2.0.2.tar.gz", "has_sig": false, "md5_digest": "3251c71d836104b2853a8652260ec819", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100309, "upload_time": "2019-04-10T20:27:37", "url": "https://files.pythonhosted.org/packages/d8/d1/44495848e550ab1930edfd1f8cf86b1e2b73a606c9fc6606870248f1cf92/plone.app.caching-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "91dc3a94a0a30647d1d2d048211b08cb", "sha256": "792c3e96965020c89b042802faddfe3eca4b0231678237efb8f7bbc6b8fdc769" }, "downloads": -1, "filename": "plone.app.caching-2.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "91dc3a94a0a30647d1d2d048211b08cb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 101923, "upload_time": "2019-09-13T19:05:25", "url": "https://files.pythonhosted.org/packages/a1/bd/e00a06ae29175c33a4c3a39dbbf1c8d2697223ca683cca2f8741a2978295/plone.app.caching-2.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2038f57b36472be6f6d26244f422c0b3", "sha256": "0bf9f1a027aaab53cc1014c59f17d8eaba2c14893d7d2ea8c29c537221e9d7f1" }, "downloads": -1, "filename": "plone.app.caching-2.0.3.tar.gz", "has_sig": false, "md5_digest": "2038f57b36472be6f6d26244f422c0b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103861, "upload_time": "2019-09-13T19:05:28", "url": "https://files.pythonhosted.org/packages/2e/fc/0646e765c31d13ab3668c088adc3148029ddf0ae62a5e9f3db41ad4a7411/plone.app.caching-2.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "91dc3a94a0a30647d1d2d048211b08cb", "sha256": "792c3e96965020c89b042802faddfe3eca4b0231678237efb8f7bbc6b8fdc769" }, "downloads": -1, "filename": "plone.app.caching-2.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "91dc3a94a0a30647d1d2d048211b08cb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 101923, "upload_time": "2019-09-13T19:05:25", "url": "https://files.pythonhosted.org/packages/a1/bd/e00a06ae29175c33a4c3a39dbbf1c8d2697223ca683cca2f8741a2978295/plone.app.caching-2.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2038f57b36472be6f6d26244f422c0b3", "sha256": "0bf9f1a027aaab53cc1014c59f17d8eaba2c14893d7d2ea8c29c537221e9d7f1" }, "downloads": -1, "filename": "plone.app.caching-2.0.3.tar.gz", "has_sig": false, "md5_digest": "2038f57b36472be6f6d26244f422c0b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103861, "upload_time": "2019-09-13T19:05:28", "url": "https://files.pythonhosted.org/packages/2e/fc/0646e765c31d13ab3668c088adc3148029ddf0ae62a5e9f3db41ad4a7411/plone.app.caching-2.0.3.tar.gz" } ] }