Description Usage Arguments Value See Also Examples
Store a value in memory
1 | memory_cache(x)
|
x |
Value to be stored |
A function that returns a value stored in memory
Other cache: clear_cache
,
fail_cache
, make_cacher
,
make_recacher
, no_cache
,
void_cache
1 2 3 4 | foo <- 45
foo_proxy <- memory_cache(foo)
foo
foo_proxy@get()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.