Performance is an important factor in any application. Ensuring your app performs at the top of its game in all scenarios and situations is critical for customer satisfaction and long-term adoption. This is especially true for ISVs as they create applications that must work well in an org with multiple apps created by both other ISVs and the customers themselves.
Have you built a really cool application that works great in a controlled test environment, but falls short when installed in a large, enterprise customer’s org? Perhaps transactions run longer than expected? Time to consider platform cache.
What is Platform Cache?
Platform cache increases the speed at which the data is accessed in a transaction. It further improves performance by distributing cache space to particular namespaces so that cache capacity can’t be stolen by other applications or operations. ISVs can ensure that only Apex executing from their namespace can access the cached value. The best
Leave a Reply