-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Zhiyu Zhu/朱智语 edited this page Aug 30, 2019
·
18 revisions
Welcome to the EFStorage wiki! | 欢迎 👏
WARNING: this solution should only be used with other solutions with caution when modifying value for the same identifier in the same container, as it cache the value in memory to avoid decoding content from underlying storage every time when accessed.
注意:请避免使用其他方法更改同一个容器里同一标识符代表的值,因为 EFStorage 会直接从内存中返回值, 而不是每一次都去读取+转换。(这也是为什么所有的 Ref 类型都是单例
-
Adding
EFStorage
to your project | 集成EFStorage
-
Using
EFStorage
| 使用EFStorage
- @propertyWrapper English | 中文
- @dynamicMemberLookup English | 中文
- non-standard/default/shared storage | 非默认容器
- container/content type mix & match | 类型结合与转换
- Expand
EFStorage
to Support Your Data Store | 让EFStorage
支持新的存储方案