grantjenks/python-diskcache
Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.
PythonNOASSERTION
Issues
- 0
`memoize` Allow to bypass cache by value
#334 opened by kraktus - 0
umask settings ignored in cache directory creation
#332 opened by karakusc - 0
Not compatible with opentelemetry-sqlite3
#331 opened by ddorian - 0
Expose store_time in Cache.get?
#330 opened by wpietri - 2
Is it possible to cache with a custom key?
#329 opened by egeres - 1
- 1
Add typing
#323 opened by ZivRonen - 2
Cache access fails after forking if multiple `Cache` instances are backed by the same database
#325 opened by randomir - 1
Bug with pandas 2.0
#318 opened by picktim - 0
Passing ignore arguments to memoized cache from local scope (diskcache python)
#324 opened by starzar - 3
Comparison with RocksDict
#321 opened by afbarbaro - 1
Protect Against Repeated KeyboardInterrupt Signals
#315 opened by rmorshea - 1
Retrieve cached file path instead of bytes
#320 opened by danilo-css - 9
- 0
ImportError: DLL load failed while importing _sqlite3: The specified module could not be found.
#322 opened by tyler-suard-parker - 2
Cannot change JSONDisk compression level
#309 opened by schance995 - 3
- 0
Custom serializer cannot return "None"
#317 opened by rommeswi - 0
Error during reset
#316 opened by csm10495 - 0
support pandas.DataFrame in cache.memoize()
#314 opened by LudwigAJ - 0
Memoize key isn't always invertible
#313 opened by liammcinroy - 8
Q: Config for in-memory shared cache
#303 opened by ddorian - 1
PR for fork deadlock
#300 opened by arieleiz - 3
Use local OS' path separator
#304 opened by csm10495 - 6
PicklingError: logger cannot be pickled
#302 opened by gadelkareem - 2
Can this awasome add the range selection Feature?
#301 opened by liuzhijun - 2
Long-lived cache management
#298 opened by softloft38p-michael - 4
- 3
High memory usage with multiple threads
#293 opened by guarin - 1
Mark the distributed package as typed
#296 opened by michal-lightly - 1
Deque with JSONDisk throws TypeError: a bytes-like object is required, not 'int'
#291 opened by BubuOT - 0
[Feature Request] Allow iterkeys method to yield value or tag along with key?
#292 opened by MacHu-GWU - 2
RFE: is it possible to start making github releases?🤔
#290 opened by kloczek - 1
No real-time synchronization between writing data and reading data in different processes.
#289 opened by LuneZ99 - 18
- 2
diskkache.Cache.get ignoring read=True parameter
#286 opened by inakrin - 2
Enable custom type serialization in `JSONDisk`
#285 opened by randomir - 2
in Cache._cull(), cull_limit appears to be prescriptive vs. a limit & in Cache.cull(), 10 files are deleted at a time
#284 opened by rphern - 3
- 1
Native async implementation
#282 opened by Archmonger - 5
DiskCache Dropping Items
#281 opened by mthbrown - 2
Quesion about cache.close() and cull()
#280 opened by solis-ocalis - 4
- 2
- 2
- 2
- 1
Is python 3.11 supported?
#275 opened by A-Posthuman - 1
Is this project still in active development?
#278 opened by nikhilweee - 2
memoize(typed=True) with JSONDisk fails
#274 opened by indigoviolet - 6
Cache is not successfully retrieved using memoize decorator with big nested object as function input
#272 opened by rderollepot