awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
buzzfeed avatar

buzzfeed/mattress

0
View on GitHub↗
521 星标·44 分支·Swift·MIT·2 次浏览

Mattress

iOS Offline Caching for Web Content

Features

  • Cache - Caches web content for offline access.
  • Caching Solutions - Offline caching solution for web content.

Star 历史

buzzfeed/mattress 的 Star 历史图表buzzfeed/mattress 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Mattress 的开源替代方案

相似的开源项目,按与 Mattress 的功能重合度排序。
  • aschuch/awesomecacheaschuch 的头像

    aschuch/AwesomeCache

    1,271在 GitHub 上查看↗

    Delightful on-disk cache (written in Swift)

    Swiftcachedisk-cacheexpiry
    在 GitHub 上查看↗1,271
  • haneke/hanekeswiftHaneke 的头像

    Haneke/HanekeSwift

    5,164在 GitHub 上查看↗

    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

    Swift
    在 GitHub 上查看↗5,164
  • hyperoslo/cachehyperoslo 的头像

    hyperoslo/Cache

    3,146在 GitHub 上查看↗

    :package: Nothing but Cache.

    Swiftcachecache-storagedisk-cache
    在 GitHub 上查看↗3,146
  • ben-manes/caffeineben-manes 的头像

    ben-manes/caffeine

    17,706在 GitHub 上查看↗

    Caffeine is a high-performance caching library for the Java virtual machine designed to manage object lifecycles within the application heap. It functions as a thread-safe, memory-resident data store that reduces latency by keeping frequently accessed objects available for immediate retrieval. The library distinguishes itself through a sophisticated eviction strategy that balances recency and frequency to determine which entries to retain. It utilizes a frequency-based admission policy to evaluate the historical access patterns of new data, ensuring that the cache remains populated with the m

    Java
    在 GitHub 上查看↗17,706
查看 Mattress 的所有 13 个替代方案→

常见问题解答

buzzfeed/mattress 是做什么的?

iOS Offline Caching for Web Content

buzzfeed/mattress 的主要功能有哪些?

buzzfeed/mattress 的主要功能包括:Cache, Caching Solutions。

buzzfeed/mattress 有哪些开源替代品?

buzzfeed/mattress 的开源替代品包括: aschuch/awesomecache — Delightful on-disk cache (written in Swift). 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. maquannene/track — Track is a thread safe cache write by Swift. Composed of DiskCache and MemoryCache which support LRU. ben-manes/caffeine — Caffeine is a high-performance caching library for the Java virtual machine designed to manage object lifecycles…