cachemanager topic

List cachemanager repositories

active_model_cachers

63
Stars
9
Forks
Watchers

Simply cache whatever you want by using cachers which will help you maintain cached objects and expire them when they are changed.

cachier

518
Stars
58
Forks
Watchers

Persistent, stale-free, local and cross-machine caching for Python functions.

CacheManager

2.3k
Stars
456
Forks
Watchers

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.

aiocache

1.0k
Stars
145
Forks
Watchers

Asyncio cache manager for redis, memcached and memory

MovieApp

284
Stars
86
Forks
Watchers

[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

517
Stars
59
Forks
Watchers

A faster drop in replacement for bin/magento cache:clean with file watcher

ZBNetworking

240
Stars
44
Forks
Watchers

AFNetworking4.X封装 GET/POST /PUT/PATCH /DELETE / UPLOAD /DOWNLOAD 网络请求 添加了缓存机制,插件机制,断点下载,重复请求的处理,取消当前请求等功能.支持iOS,macOS, watchOS, tvOS

CacheTower

586
Stars
31
Forks
Watchers

An efficient multi-layered caching system for .NET

flutter_cache_manager

734
Stars
420
Forks
Watchers

Generic cache manager for flutter

CacheManage

90
Stars
17
Forks
Watchers

🔥android缓存管理器,分为内存缓存和文件缓存两种 先取内存数据,没有再从文件缓存中取