Add-on:Cache: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update |
m Addon-Bot repo category update |
||
| Line 26: | Line 26: | ||
[[Category:All add-ons]] | [[Category:All add-ons]] | ||
[[Category:Krypton add-on repository]] | [[Category:Krypton add-on repository]] | ||
[[Category:Leia add-on repository]] | [[Category:Leia add-on repository]] | ||
Revision as of 03:12, 1 March 2020
| cache | ||||||||||||||
| ||||||||||||||
Stores cached data in sqlite3.Blobs. Calculates lifetime, freshness as virtual columns.
Obeys cache control directives, immutable, no-store, etc. Supports etag, last_modified, etc for validation.
Can be used as a generic key/blob data store when used without directives