cacheManager property

BaseCacheManager? cacheManager
final

Custom cache manager for advanced cache control.

If null, uses the default cache manager from CachedNetworkImage. Allows you to provide a custom BaseCacheManager implementation for fine-grained control over caching behavior.

Implementation

final BaseCacheManager? cacheManager;