photoCacheManager property
CacheManager
photoCacheManager
getter/setter pair
Implementation
CacheManager photoCacheManager = CacheManager(
Config(
'photoCache2',
stalePeriod: const Duration(days: 90),
maxNrOfCacheObjects: 20000,
),
);