Skip to content

v6.0.2

Choose a tag to compare

@pgajek2 pgajek2 released this 30 Aug 13:08
4c53551

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.