Skip to main content

Great news to share! Our own @Anil Jacob just published a Salesforce Developer Blog post on Platform Cache.

 

If you ever wanted to learn more about Platform Cache, start here: https://developer.salesforce.com/blogs/2020/06/caching-in-the-salesforce-platform.html.

 

And once you're ready for even more Platform Cache, head over to @Karishma Lalwani's page. She has a survey out to the Salesforce Trailblazer Community that will definitely be of interest. Link: https://success.salesforce.com/0D53A00004v6s5l.

7 条评论
  1. 2020年9月26日 02:39
    @Anil Jacob

    I appreciate your feedback.

    To clarify the use case here, what we're effectively doing is collecting session level metrics on Apex transactions that were kicked off by CRUD API calls. The destination of the data collected is a logging framework rather than the record that fired the trigger. The use of Session Cache is to ensure we don't waste cycles logging metrics we've already seen in the same session. If the same or different user fires the same trigger we do want different outcomes because those are new metrics to record.

    As long as I know I can depend on current behaviour I'm good. Thanks again!

0/9000