| cache_clear | Clear cache. |
| cachefxn | Example function to demonstrate how webcache works. |
| cache_get | Search for data in a chosen backend |
| cache_save | Save results to chosen backend |
| get_couch | Get value from CouchDB storage based on key |
| get_local | Get value from local storage based on key |
| get_rcache | Get local results using R.cache |
| get_redis | Get redis cached data |
| get_sqlite | Get value from SQlite storage based on key |
| make_key | Make a key from a API call (base url for call, plus... |
| save_couch | Save results to CoucDB backend |
| save_local | Save results locally |
| save_rcache | Save locally using R.cache |
| save_redis | Save results to Redis backend |
| save_sqlite | Save results to chosen backend |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.