How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
HanekeSwift is a generic caching library for iOS and a specialized image caching framework. It provides a multi-level system that stores arbitrary data types in memory and on persistent disk storage to reduce network requests. The project features a specialized image handler that manages asynchronous loading, resizing, and disk storage for user interface components. It includes a background retrieval system that fetches remote content and automatically populates local caches. The library covers key-value data storage with sequential fallbacks, where it checks memory, then disk, and finally r
:package: Nothing but Cache.
Delightful on-disk cache (written in Swift)
Track is a thread safe cache write by Swift. Composed of DiskCache and MemoryCache which support LRU.
The main features of maquannene/track are: Cache.
Projects with overlapping indexed features include: aschuch/awesomecache — Delightful on-disk cache (written in Swift). buzzfeed/mattress — iOS Offline Caching for Web Content. haneke/hanekeswift — HanekeSwift is a generic caching library for iOS and a specialized image caching framework. It provides a multi-level… hyperoslo/cache — :package: Nothing but Cache. ibireme/yycache — High performance cache framework for iOS. pinterest/pincache — Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X.