You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
writeToOutputLabel(drawee,'>>>>> Image is in the Bitmap memory cache - '+isInCache);
16
+
writeToOutputLabel(imageView,'>>>>> Image is in the Bitmap memory cache - '+isInCache);
17
17
18
18
// TODO: Uncomment this after upgrading the native Image library above the currently used 0.9.0+ version and make sure its is available in the new version.
19
19
// var isInDiskCache = imagePipeLine.isInDiskCacheSync(src);
20
20
// var message = ">>>>> Image is in the disk cache: " + isInDiskCache;
0 commit comments