|
преди 2 години | |
---|---|---|
Benchmark | преди 8 години | |
Framework | преди 8 години | |
YYCache | преди 9 години | |
.gitignore | преди 8 години | |
.travis.yml | преди 8 години | |
LICENSE | преди 9 години | |
README.md | преди 8 години | |
YYCache.podspec | преди 2 години |
High performance cache framework for iOS.
(It's a component of YYKit)
You may download and compile the latest 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 iOS 6.0+
and Xcode 8.0+
.
YYCache is provided under the MIT license. See LICENSE file for details.
高性能 iOS 缓存框架。
(该项目是 YYKit 组件之一)
推荐到 SQLite 官网下载和编译最新的 SQLite,替换 iOS 自带的 libsqlite3.dylib,以获得更好的性能。
更多测试代码和用例见 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
和 Xcode 8.0
。
YYCache 使用 MIT 许可证,详情见 LICENSE 文件。