Added helpers
module for commonly used cacheId
functions.
Functions added:
all
: Get an ID from all the arguments casted to a string and then joined together.json
: Get a JSON string ID from the arguments (JSON.stringify(args)
).anyOrder
: Get the same ID from a set of arguments passed in any order.