Flow Functions |
|
---|---|
Implicit cache of a function and of the given call. |
|
Group-wise caching of operations on data frame. |
|
Row-wise caching of operations on data frame. |
|
Creates a flow object that watches one or more files. |
|
Implicit cache of a function and of the given call. |
|
Write a value to a namespace only if the value has changed. |
|
|
flow options used to initialize or update an eddy. |
Explicit cache of a function. |
|
Get the data from an |
|
Extract an element from an |
|
Is the object a flow object or a flow element? |
|
Is the function a flow function (as returned by |
|
Check if the function is NOT a flow function
(as returned by |
|
Does the flow have a "current" state? |
|
Is the current state valid (stored in the cache)? |
|
Eddy Functions |
|
Delete eddy and ALL its data from ALL cache layers (memory and/or disk). |
|
Get the current eddy for a given (or default) environment. |
|
Retrieves an eddy. |
|
Create a new eddy. Does not affect the current eddy. |
|
Set the current eddy to be used in future flow calls. |
|
Convenience function that creates a new eddy or re-uses it if present. |
|
Cache Functions |
|
Get the file only cache engine. |
|
Get the memory only cache engine. |
|
Get the memory-file cache engine. |
|
Get the default cache engine. |