MemoFunctions to create and manage function memoization. |
|
|---|---|
Memo |
|
Invalidate Memo |
|
Is Memo |
|
Memo Function |
|
Memo Cache |
|
memofunc: A package for memoizing functions and caching data |
|
HashingHelpers for hashing functions and calls. |
|
Hash |
|
Hash |
|
Hash |
|
Hash |
|
Hash |
|
Function Call |
|
StorageStorage backends and operations. |
|
Initialize a store. |
|
Initialize a memory store. |
|
Initialize an object store. |
|
Set value into a store. |
|
Set value into a memory store. |
|
Set value into an object store. |
|
Get value from a store. |
|
Get a value from a memory store. |
|
Get a value from an object store. |
|
Has key has been used to store a value? |
|
Has key has been used to store a value in a memory store? |
|
Has key has been used to store a value in an object store? |
|
Unset a value that corresponds to a key within a store. |
|
Unset a value that corresponds to a key within a memory store. |
|
Unset a value that corresponds to a key within an object store. |
|
Clear the storage. |
|
Clear the memory store. |
|
Clear the object store. |
|