Flask-cache-manifest documentation¶
Flask-cache-manifest is a Flask extension to help you serve your md5 hashed assets via manifest files. Having file hashes in filenames is a popular feature of modern asset bundlers. It's a good strategy for browser cache busting. However, Flask does not provide an easy way to reference those complicated and ever-changing filenames. Flask-cache-manifest lets you reference those assets by leveraging cache_manifest.json
files.
User Guides¶
Get yourself up and running quickly.
Api Reference¶
If you are looking for information on a specific function, class or method, this part of the documentation is for you.
Contributing¶
Few things to know before diving in the code.