Caching
Caching computed values for performance
Common Functions
These are the most commonly used functions in this category:
cache()
Cache a value
cache_get()
Get a cached value
cache_remember()
Attempts to retrieve a cached value by name. If the cache doesn't exist, is expired, or a refresh i
Other Functions
| Function | Description |
|---|---|
| cache_flush() | Clear all cached values |
| cache_forget() | Remove a cached value |
| cache_list() | Returns a data frame of all cache entries with their names, expiration times, and status (expired o |
All Functions
| Function | Description |
|---|---|
| cache() | Cache a value |
| cache_flush() | Clear all cached values |
| cache_forget() | Remove a cached value |
| cache_get() | Get a cached value |
| cache_list() | Returns a data frame of all cache entries with their names, expiration times, and status (expired o |
| cache_remember() | Attempts to retrieve a cached value by name. If the cache doesn't exist, is expired, or a refresh i |