CacheManager class
缓存管理
Constructors
- CacheManager({required String cacheDir})
Properties
- cacheDir → String
-
缓存的主目录
final
- executeDir → String
-
执行目录
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
actionRequestFilePath(
Execute execute, String actionId) → String - 单个Action请求内容文件
-
actionResponseFilePath(
Execute execute, String actionId) → String - 请求Action的返回内容文件
-
configFilePath(
Execute execute) → String -
envFilePath(
Execute execute) → String - 获取环境变量文件路径
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited