ibireme / YYCache

High performance cache framework for iOS.
MIT License
2.37k stars 505 forks source link

Example of use #6

Closed dingua closed 8 years ago

dingua commented 8 years ago

Can you please provide an example for how to use YYCache ?

ibireme commented 8 years ago

See Benchmark.xcodeproj for examples.

Here's an example in another project: https://github.com/ibireme/YYWebImage/blob/master/YYWebImage/YYImageCache.h

hanluner commented 8 years ago

大神,作为初学者,我也挺期待能够有个较为完整的示例项目,这样可能更有助于理解使用。

SummerYP commented 8 years ago

网络数据缓存如何使用YYCache,大神能提供一个demo吗