mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 15:34:26 +08:00
14 lines
349 B
Markdown
14 lines
349 B
Markdown
---
|
|
nav-title: "image-cache How-To"
|
|
title: "image-cache"
|
|
environment: nativescript
|
|
description: "Examples for using image-cache"
|
|
previous_url: /ApiReference/ui/image-cache/HOW-TO
|
|
---
|
|
# ImageCache
|
|
Using the ImageCache requires the "ui/image-cache" module.
|
|
{%snippet image-cache-require%}
|
|
|
|
### Requesting Images
|
|
{%snippet image-cache-request-images%}
|