cache library

Functions

cache({required String cacheName, bool wait = false, String? cacheControl, FutureOr<String> keyGenerator(Context c)?, List<int> cacheableStatusCodes = const [200], void onCacheNotAvailable()?}) Middleware
In-memory response cache middleware.