Tag

YYCache

0 views collected around this technical thread.

Beike Product & Technology
Beike Product & Technology
Feb 21, 2019 · Mobile Development

Design and Implementation of a Hybrid Memory‑Disk Cache Using YYCache in iOS

This article explains the principles of caching, compares memory and disk storage, demonstrates several iOS persistence methods, and details how YYCache combines memory and disk layers with LRU optimization and network synchronization to improve performance in a real‑world mobile app.

CacheLRUMemory
0 likes · 17 min read
Design and Implementation of a Hybrid Memory‑Disk Cache Using YYCache in iOS