Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...