| .get_cache | R Documentation |
Get a cache value
.get_cache(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 result, 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.