Add-on:Cache: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Addon-Bot repo category update)
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:Krypton add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Leia add-on repository]]

Revision as of 02:13, 25 August 2019

cache

See this add-on on the kodi.tv showcase

Author: fraser

Type: Add-on library/module
Repo:

License: MIT
Source: Source code
Summary: Simple HTTP Cache using sqlite3
Home icon grey.png   ▶ Add-ons ▶ 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