Add-on:Cache: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot Update |
m Addon-Bot repo category update Tag: Manual revert |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
|provider-name=fraser | |provider-name=fraser | ||
|ID=script.module.cache | |ID=script.module.cache | ||
|latest-version=1.0. | |latest-version=1.0.3 | ||
|extension point=xbmc.python.module | |extension point=xbmc.python.module | ||
|provides= | |provides= | ||
| 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: | [[Category:Krypton add-on repository]] | ||
[[Category:Leia add-on repository]] | [[Category:Leia add-on repository]] | ||
Latest revision as of 04:08, 25 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