CacheInterceptor constructor
CacheInterceptor({
- required CacheConfig config,
Creates a CacheInterceptor with the given config.
Implementation
CacheInterceptor({required this.config});
Creates a CacheInterceptor with the given config.
CacheInterceptor({required this.config});