Version 1.9.0 - Add an option to include the functions source code when generating the cache key. - Add an feature that allows one to completely control the way how cache keys are generating. For example, one can now implement a function that generates cache the keys based on the POST-based requests. - Fix the cache backend naming collisions by renaming them from ``simple`` to ``simplecache``, ``null`` to ``nullcache`` and ``filesystem`` to ``filesystemcache``. - Explicitly pass the ``default_timeout`` to ``RedisCache`` from ``RedisSentinelCache``. - Use ``os.replace`` instead of werkzeug's ``rename`` due to Windows raising an ``OSError`` if the dst file already exist. - Documentation updates and fixes.
37 lines
1.7 KiB
Text
37 lines
1.7 KiB
Text
@comment $NetBSD: PLIST,v 1.5 2020/06/29 16:13:01 adam Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/flask_caching/__init__.py
|
|
${PYSITELIB}/flask_caching/__init__.pyc
|
|
${PYSITELIB}/flask_caching/__init__.pyo
|
|
${PYSITELIB}/flask_caching/backends/__init__.py
|
|
${PYSITELIB}/flask_caching/backends/__init__.pyc
|
|
${PYSITELIB}/flask_caching/backends/__init__.pyo
|
|
${PYSITELIB}/flask_caching/backends/base.py
|
|
${PYSITELIB}/flask_caching/backends/base.pyc
|
|
${PYSITELIB}/flask_caching/backends/base.pyo
|
|
${PYSITELIB}/flask_caching/backends/filesystemcache.py
|
|
${PYSITELIB}/flask_caching/backends/filesystemcache.pyc
|
|
${PYSITELIB}/flask_caching/backends/filesystemcache.pyo
|
|
${PYSITELIB}/flask_caching/backends/memcache.py
|
|
${PYSITELIB}/flask_caching/backends/memcache.pyc
|
|
${PYSITELIB}/flask_caching/backends/memcache.pyo
|
|
${PYSITELIB}/flask_caching/backends/nullcache.py
|
|
${PYSITELIB}/flask_caching/backends/nullcache.pyc
|
|
${PYSITELIB}/flask_caching/backends/nullcache.pyo
|
|
${PYSITELIB}/flask_caching/backends/rediscache.py
|
|
${PYSITELIB}/flask_caching/backends/rediscache.pyc
|
|
${PYSITELIB}/flask_caching/backends/rediscache.pyo
|
|
${PYSITELIB}/flask_caching/backends/simplecache.py
|
|
${PYSITELIB}/flask_caching/backends/simplecache.pyc
|
|
${PYSITELIB}/flask_caching/backends/simplecache.pyo
|
|
${PYSITELIB}/flask_caching/backends/uwsgicache.py
|
|
${PYSITELIB}/flask_caching/backends/uwsgicache.pyc
|
|
${PYSITELIB}/flask_caching/backends/uwsgicache.pyo
|
|
${PYSITELIB}/flask_caching/jinja2ext.py
|
|
${PYSITELIB}/flask_caching/jinja2ext.pyc
|
|
${PYSITELIB}/flask_caching/jinja2ext.pyo
|