Skip to main content

UNKNOWN

Project description

https://travis-ci.org/cournape/sqlite_cache.png https://coveralls.io/repos/cournape/sqlite_cache/badge.png?branch=master

A dumb cache backed by sqlite. The cache has a max capacity and will delete older entries to make space for new entries.

Example of usage:

from sqlite_cache import SQLiteCache

cache = SQLiteCache(".cache.db")
cache.set("key", "value")

print "value for {0!r} is {0!r}".format("key", cache.get("key"))

Python >= 2.6 and >= 3.2 are supported.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqlite_cache-0.0.3.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page