From 02af9bf37aec0f25705515df82cb43234834df4a Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Fri, 9 Feb 2024 23:37:38 +0000 Subject: [PATCH] Remove MGCacheManager --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 56df06419..eec39f77a 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,6 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git - [Johnny](https://github.com/zolomatok/Johnny) - Melodic Caching for Swift. - [mattress](https://github.com/buzzfeed/mattress) - iOS Offline Caching for Web Content. - [MemoryCache](https://github.com/yysskk/MemoryCache) - MemoryCache is type-safe memory cache. -- [MGCacheManager](https://github.com/Mortgy/MGCacheManager) - A delightful iOS Networking Cache Managing Class. - [PINCache](https://github.com/pinterest/PINCache) - Fast, non-deadlocking parallel object cache for iOS and macOS. - [RocketData](https://github.com/plivesey/RocketData) - A caching and consistency solution for immutable models. - [SPTPersistentCache](https://github.com/spotify/SPTPersistentCache) - Everyone tries to implement a cache at some point in their iOS app’s lifecycle, and this is ours. By Spotify.