30 skills found
grantjenks / Python DiskcachePython disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.
youknowone / RingPython cache interface with clean API and built-in memcache & redis + asyncio support.
mchome / Flutter Advanced Networkimageflutter advanced network image provider
hongyangAndroid / Base DiskcacheAndroid 缓存库,融合了DiskLruCache和ASimpleCache.
maquannene / TrackTrack is a thread safe cache write by Swift. Composed of DiskCache and MemoryCache which support LRU.
giovcorte / DiskCacheSimple and readable disk cache for kotlin and android applications (with journaled lru strategy)
peterboncz / Duckdb Diskcachea disk cache for using DuckDB to access Data Lakes (ducklake, iceberg, delta)
jayvdb / Dns CacheDNS lookup cache for Python using dnspython
jmervine / DiskcachedSimple disk cache for things like Sinatra which is implemented much like Memcached in hopes that in some cases they're interchangeable.
ELC / Cookiecutter Python FullstackGenerate a Full Stack Python Web App - Choose the framework you want Vue, React, Angular - Can be run in a single container or without Docker at all.
GitbookIO / Lru DiskcacheA disk cache object that deletes the least-recently-used items
kenshaw / DiskcachePackage diskcache provides a on-disk cache for storing http results.
sjp / DiskCacheNo description available
GabrielBB / Android Bitmap DiskCacheJava implementation of a Disk-based LRU cache for Android Bitmaps
IBeiBei / DownloadToolAndroid:Files download(REST&URL), Files Cache(DiskCache), Avoid of OOM(AndroidThreadPool)
sopherapps / Go ScdbA very simple and fast key-value pure-go store but persisting data to disk, with a "localStorage-like" API.
zhangjianliang110 / DiskCacheManagerAndroid文件缓存管理: 1、同步读写/异步读写:提供简单易用的api,可以同步读写文件、异步读写文件 2、异步读取并回调到主线程:提供SyncCallback,该回调函数,在异步读取文件后会回调的主线程 3、自动从最老的文件开始清理超过缓存大小限制的文件: CacheManager.getInstance(applicationContext).getDiskCache("dir").setAutoClearEnable(true); 4、线程安全 文件写入有加读写锁,每个文件一把锁,保证线程安全,锁放在对象池中,高效高性能 5、直接读写对象:提供了api,直接读写对象即可。
treeverse / SqltrieSQL-based prefix tree implementation inspired by pygtrie and python-diskcache
hirohisa / DiskcachedDiskcached is simple disk cache for iOS.
loonghao / Diskcache RsA high-performance disk cache implementation in Rust with Python bindings, designed to be compatible with python-diskcache while providing better performance and network filesystem support.