cachemanager topic
active_model_cachers
Simply cache whatever you want by using cachers which will help you maintain cached objects and expire them when they are changed.
cachier
Persistent, stale-free, local and cross-machine caching for Python functions.
CacheManager
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
aiocache
Asyncio cache manager for redis, memcached and memory
MovieApp
[Flutter SDK V.1] - 🎬 MovieApp is a Flutter application built to demonstrate the use of modern development tools with best practices implementation like Modularization, BLoC, Dependency Injection, D...
magento-cache-clean
A faster drop in replacement for bin/magento cache:clean with file watcher
ZBNetworking
AFNetworking4.X封装 GET/POST /PUT/PATCH /DELETE / UPLOAD /DOWNLOAD 网络请求 添加了缓存机制,插件机制,断点下载,重复请求的处理,取消当前请求等功能.支持iOS,macOS, watchOS, tvOS
CacheTower
An efficient multi-layered caching system for .NET
flutter_cache_manager
Generic cache manager for flutter
CacheManage
🔥android缓存管理器,分为内存缓存和文件缓存两种 先取内存数据,没有再从文件缓存中取