._key - macmcmeans/localDataStorage GitHub Wiki

localDataStorage._key( nth [,sortKeys] )

This Memory Key method returns the value of the nth key in the store using zero-based array indexing. When the optional sortKeys is true, keys are retrieved from a list that is naturally sorted.

EXAMPLE:

● localData._key( 2 )   -->   key1

🛢 The corresponding disk-based method is key.

📝 NOTE: Only keys in the current domain are returned.