diff --git a/framework/default/ortoo-core/default/classes/fflib-extension/caching/CachedSoqlExecutor.cls b/framework/default/ortoo-core/default/classes/fflib-extension/caching/CachedSoqlExecutor.cls index e925c82b05f..7ce574c2847 100644 --- a/framework/default/ortoo-core/default/classes/fflib-extension/caching/CachedSoqlExecutor.cls +++ b/framework/default/ortoo-core/default/classes/fflib-extension/caching/CachedSoqlExecutor.cls @@ -6,6 +6,8 @@ * If used, it is recommended that triggers are added to those objects, or code added to the UI that updates the objects * referenced in the SOQL that invalidate the cache. * + * this has changed + * * @group Cache */ public inherited sharing class CachedSoqlExecutor //NOPMD: incorrect report of too many public methods caused by inner classes