functionCall |
Function Call |
hash |
Hash |
hash.default |
Hash |
hash.function |
Hash |
hash.functionCall |
Hash |
hash.list |
Hash |
is.memo |
Is Memo |
memo |
Memo |
memo.cache |
Memo Cache |
memo.function |
Memo Function |
memofunc |
memofunc: A package for memoizing functions and caching data |
storage.clear |
Clear the storage. |
storage.clear.default |
Clear the memory store. |
storage.get |
Get value from a store. |
storage.get.default |
Get a value from a memory store. |
storage.has |
Has key has been used to store a value? |
storage.has.default |
Has key has been used to store a value in a memory store? |
storage.init |
Initialize a store. |
storage.init.default |
Initialize a memory store. |
storage.set |
Set value into a store. |
storage.set.default |
Set value into a memory store. |
storage.unset |
Unset a value that corresponds to a key within a store. |
storage.unset.default |
Unset a value that corresponds to a key within a memory store. |