|
%!s(int64=9) %!d(string=hai) anos | |
---|---|---|
Benchmark | %!s(int64=9) %!d(string=hai) anos | |
Framework | %!s(int64=9) %!d(string=hai) anos | |
YYCache | %!s(int64=9) %!d(string=hai) anos | |
.gitignore | %!s(int64=9) %!d(string=hai) anos | |
.travis.yml | %!s(int64=9) %!d(string=hai) anos | |
LICENSE | %!s(int64=9) %!d(string=hai) anos | |
README.md | %!s(int64=9) %!d(string=hai) anos | |
YYCache.podspec | %!s(int64=9) %!d(string=hai) anos |
High performance cache framework for iOS.
(It's a component of YYKit)
You may download and compile the lastest version of sqlite and ignore the libsqlite3.dylib in iOS system to get higher performance.
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
.Full API documentation is available on CocoaDocs.
You can also install documentation locally using appledoc.
This library requires a deployment target of iOS 6.0 or greater.
YYCache is provided under the MIT license. See LICENSE file for details.
高性能 iOS 缓存框架。
(该项目是 YYKit 组件之一)
推荐到 SQLite 官网下载和编译最新的 SQLite,以替换 iOS 自带的 libsqlite3.dylib,以获得最高 1.5~3 倍的性能提升。
更多测试代码和用例见 Benchmark/CacheBenchmark.xcodeproj
。
NSCache
保持一致, 所有方法都是线程安全的。pod "YYCache"
。pod install
或 pod update
。github "ibireme/YYCache"
。carthage update --platform ios
并将生成的 framework 添加到你的工程。YYCache.h
。你可以在 CocoaDocs 查看在线 API 文档,也可以用 appledoc 本地生成文档。
该项目最低支持 iOS 6.0。
YYCache 使用 MIT 许可证,详情见 LICENSE 文件。