CacheInterceptor constructor

CacheInterceptor({
  1. required CacheConfig config,
})

Creates a CacheInterceptor with the given config.

Implementation

CacheInterceptor({required this.config});