core/index library
Classes
- AttachLocationUtilsCore
- CacheRegistry
- 缓存注册表
- CacheServiceCore
-
CacheStrategy<
V> - 统一缓存策略
- DeviceUtilsCore
- DialogUtilsCore
- LoadingUtilsCore
-
LruCache<
K, V> - LRU (Least Recently Used) 缓存实现
-
【NavigatorUtilsCore1工具类,用于路由跳转】
init:初始化方法,传递路由映射
push:将新页面添加到导航堆栈顶部
getCurrentRoute:获取当前路由
refreshCurrentRoute:刷新当前路由
mapValueToString:map value转成字符串 -
PersistentCache<
V> - 纯持久化缓存(仅磁盘)
- RouteMiddlewareCore
-
TimedLruCache<
K, V> - 带过期时间的 LRU 缓存
- ToastUtilsCore
Enums
- CacheMode
- 缓存策略枚举
- EnvEnumCore
- 环境
- MenuTypeEnumCore