Add-on:Cache: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update |
m Addon-Bot repo category update Tag: Reverted |
||
| Line 25: | Line 25: | ||
[[Category:Add-ons with source tag]] | [[Category:Add-ons with source tag]] | ||
[[Category:All add-ons]] | [[Category:All add-ons]] | ||
[[Category:Leia add-on repository]] | [[Category:Leia add-on repository]] | ||
Revision as of 04:07, 18 July 2021
| 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