Add-on:Cache

From Official Kodi Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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