UNPKG

387 BMarkdownView Raw
1---
2layout: index
3title: "SW Toolbox Recipes"
4navigation_weight: 3
5---
6
7<ul>
8 <li>
9 <h4><a href="cache-expiration-options/">Cache Expiration</a></h4>
10 <p>
11 Demonstrates using the <code>maxEntries</code> and <code>maxAgeSeconds</code> options
12 to limit the number and age of entries stored in a cache dedicated to images fetched
13 from an API.
14 </p>
15 </li>
16</ul>