bofm/python-caching
Python utils and decorators for cаching with TTL, maxsize and file-based storage
PythonMIT
Issues
- 0
Timestamp-independent ordering in SQLite storage
#5 opened by bofm - 1
Add an option to return cached value only in case of an error in the decorated function
#3 opened by bofm - 0
cache.items() should not return expired items
#1 opened by bofm - 0
do not prefix cache key with the decorated function name when using custom cache key function
#4 opened by bofm - 0
Redis storage backend
#2 opened by bofm