...
Return the cache value for key value "accountRef".
Code Block |
---|
$result = cache("accountRef", _cacheValue + 1) |
Example Generating UIDs
This example is for the case where a user wants to generate UIDs in a specific way.
...
...
Return the cache value for key value "accountRef".
Code Block |
---|
$result = cache("accountRef", _cacheValue + 1) |
Example Generating UIDs
This example is for the case where a user wants to generate UIDs in a specific way.
...