Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 1.34 KB

File metadata and controls

74 lines (58 loc) · 1.34 KB

AI README for cdx_image_cache

From lib/service.dart

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(...);

From lib/widget.dart

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(...);