cacheManagerName | String Name of the cache manager that manages the cache. This parameter is case sensitive. |
cacheName | String Name of the cache that contains the key. This parameter is case sensitive. |
key | Object Key of the element whose value you want to replace. |
value | Object Value with which to replace the value of the cached element. |
keyExists | String Indicates whether the element with the passed key exists in the cache. true indicates that the element with the key already exists in the cache. false indicates that the element with the key does not exist in the cache. |
oldValue | Object Conditional. Value of the element the service replaced with value. Returned only if keyExists is true. |