CacheControlFactory typedef

CacheControlFactory = CacheControlHeader? Function(Request req, FileInfo fileInfo)

Implementation

typedef CacheControlFactory =
    CacheControlHeader? Function(Request req, FileInfo fileInfo);