Cache Manager

Estimated reading: 1 minute 6 views

Introduction

The Cache Manager functionality leverages on the Salesforce Platform Cache to offer a common and standard way to manage the cache for the different Wattyo functionalities. Additionally it’s a way to enforce a common way to manage the cache and avoid the different functionalities to implement their own cache management.

Between other advantages of using the Cache Manager, it’s important to highlight the following:

  • Manage the cache for different functionalities in a common way.
  • You can use the CacheManager to clear the cache for a specific record Id or for a specific Object Type without explicitly knowing which Cache Partition or CacheBuilder implementation was used.
  • Specify which Cache Partition should be used by default and per Object Type

CacheManager, at this moment, only handle Org level cache. This means that the cache is shared between all the users in the Org.

Leave a Comment

       
Euphoria, forever till the end of times

Euphoria

Share this Doc

Cache Manager

Or copy link

CONTENTS