|
9 năm trước cách đây | |
---|---|---|
Benchmark | 9 năm trước cách đây | |
Framework | 9 năm trước cách đây | |
YYCache | 9 năm trước cách đây | |
.gitignore | 9 năm trước cách đây | |
LICENSE | 9 năm trước cách đây | |
README.md | 9 năm trước cách đây | |
YYCache.podspec | 9 năm trước cách đây |
High performance cache framework for iOS.
You may download and compile the lastest version of sqlite and ignore the libsqlite3.dylib in iOS system to get 1.5~3x speed up.
See Benchmark/CacheBenchmark.xcodeproj
for more benchmark case.
NSCache
, all methods are thread-safe.pod "YYCache"
to your Podfile.pod install
or pod update
.github "ibireme/YYCache"
to your Cartfile.carthage update --platform ios
and add the framework to your project.YYCache.h
.This library supports iOS 6.0 and later.
YYCache is provided under the MIT license. See LICENSE file for details.