CacheSerializer typedef

CacheSerializer = T? Function<T>(dynamic data)

Implementation

typedef CacheSerializer = T? Function<T>(dynamic data);