._iscrunch - macmcmeans/localDataStorage GitHub Wiki

localDataStorage._iscrunch( keyName )

This Memory Key method performs a boolean check against the value of keyName testing for a compressed string.

EXAMPLE:

● localData._iscrunch( 'myStringKey' );   -->   true

🛢 The corresponding disk-based method is iscrunch.

📝 NOTE: When you need to retrieve a Memory Key's data type, you can use _showtype.