Description Usage Arguments Value See Also Examples
Drops the cache of a memoised function for particular arguments.
1 | drop_cache(f)
|
f |
Memoised function. |
A function, with the same arguments as f
, that can be called to drop
the cached results of f
.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.