| cache_get | R Documentation |
Get a cached value
cache_get(name, file = NULL, expire_after = NULL)
name |
The cache name |
file |
Optional file path to store the cache (default: |
expire_after |
Optional expiration time in hours (default: from config) |
The cached value, or NULL if not found, expired, or hash mismatch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.