CacheData typedef

CacheData = dynamic Function(dynamic data)

Implementation

typedef CacheData = Function(dynamic data);