AI README for cdx_image_cache
Example usage of ImageCacheEntry (class)
// TODO: Instantiate and use the class
final obj = ImageCacheEntry (...);
Example usage of ImageCacheStrategy (class)
// TODO: Instantiate and use the class
final obj = ImageCacheStrategy (...);
Example usage of MemoryImageCacheService (class)
// TODO: Instantiate and use the class
final obj = MemoryImageCacheService (...);
Example usage of clear (method)
// TODO: Call this method properly
clear (...);
Example usage of put (method)
// TODO: Call this method properly
put (...);
Example usage of clear (method)
// TODO: Call this method properly
clear (...);
Example usage of prefetchImages (method)
// TODO: Call this method properly
prefetchImages (...);
Example usage of _prefetch (method)
// TODO: Call this method properly
_prefetch (...);
Example usage of CachedImageMemory (class)
// TODO: Instantiate and use the class
final obj = CachedImageMemory (...);
Example usage of build (method)
// TODO: Call this method properly
build (...);
Example usage of _imageWidget (method)
// TODO: Call this method properly
_imageWidget (...);