xuvw / MXCache

OS 内置缓存系统支持磁盘、内存缓存,LRU淘汰算法,基于活跃CPU核心数的多线程支持

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MXCache

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

MXCache is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MXCache'

Author

xuvw, smileshitou@hotmail.com

License

MXCache is available under the MIT license. See the LICENSE file for more info.

About

OS 内置缓存系统支持磁盘、内存缓存,LRU淘汰算法,基于活跃CPU核心数的多线程支持

License:MIT License


Languages

Language:Objective-C 96.1%Language:Ruby 3.9%