YukiHookAPI 1.1.11 Released
!!!This version fixes a serious BUG, recommend everyone to update!!!
- Fixed a critical issue since
1.1.5
version where theMember
cache did not take effect and persistent storage eventually caused app out of memory (OOM), thanks to @Art-Chen - Remove the direct cache function of
Member
and deprecated, keep the cache function ofYukiReflection.Configs.isEnableMemberCache
Class
- Modified finder to
Sequence
, optimize the finding speed and performance ofMember
- Remove the
YukiHookPrefsBridge
's direct key-value cache function and removedLruCache
related functions - Deprecated
YukiHookAPI.Configs.isEnablePrefsBridgeCache
- Deprecated
,direct
functions inclearCache
YukiHookPrefsBridge
For more details, please check the changelog.
YukiHookAPI 1.1.11 已发布
!!!这个版本修复了一个严重 BUG,推荐所有人更新!!!
- 修复从
1.1.5
版本开始的一个严重问题,Member
缓存未生效且持续存储最终引发 APP 内存溢出 (OOM),感谢 @Art-Chen - 移除
Member
的直接缓存功能并作废,保留YukiHookAPI.Configs.isEnableMemberCache
Class
的缓存功能 - 对接查找功能到
Sequence
,优化Member
的查找速度与性能 - 移除
YukiHookPrefsBridge
的直接键值缓存功能并移除LruCache
相关功能 - 作废了
YukiHookAPI.Configs.isEnablePrefsBridgeCache
- 作废了
YukiHookPrefsBridge
中的、direct
方法clearCache
详情请查看更新日志。