addCachedImageInfo function
Implementation
void addCachedImageInfo(Store store, CachedImageInfo cachedImageInfo) {
store.box<CachedImageInfo>().put(cachedImageInfo);
}
void addCachedImageInfo(Store store, CachedImageInfo cachedImageInfo) {
store.box<CachedImageInfo>().put(cachedImageInfo);
}