CacheList typedef

CacheList = dynamic Function(List data)

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

Implementation

typedef CacheList = Function(List<dynamic> data);