Cache typedef

Cache = dynamic Function(dynamic data)

如果开启缓存 返回缓存数据

Implementation

typedef Cache = Function(dynamic data);