a simple multi-process scalable cache implementation
Project description
Documentation
The full documentation is at https://cachelite.readthedocs.org/
Quickstart
Install cachelite:
pip install cachelite
Then you can use it.
import cachelite from CacheLite cache = CacheLite("/tmp/YOUR_TO_CACHE_DIR") #put a key-value cache["YOUR_KEY"] = "YOUR_VALUE" #get a value value = cache["YOUR_KEY"] #delete a value del cache["YOUR_KEY"] #get size of data entries len(cache) #iteration for a in cache: print(a)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cachelite-0.9.0.tar.gz
(4.2 kB
view hashes)
Built Distribution
Close
Hashes for cachelite-0.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c3897c459f78f40ac3f8e2c6acbcc2772cd984a88d1a96f8254c4c78fa37705 |
|
MD5 | df3606e55a333b1bbe7ca63f1a79731a |
|
BLAKE2-256 | add25ec80432ad1ecc17575968c833055f3fbce29c3475050a9b1427cd115ccf |