v6.0.2
Release Notes - Fix SOQL Cache key
SOQLCache.cls
When a custom object with a __c or __mdt suffix was cached using the SOQLCache module, the following error would occur:
Invalid Key, Key cannot be null or empty and must be alphanumeric.
This patch resolves the issue.