cacheManagerName | String Name of the cache manager that manages the cache. This parameter is case sensitive. |
cacheName | String Name of the cache from which to remove the element. This parameter is case sensitive. |
key | Object Key of the element to remove. |
useWriter | String Optional. Indicates whether to use a cache writer to remove the value of the cached element from the system-of-record (SOR). Set to: true to use a cache writer to remove the value from the cached element and the SOR. false to remove the value to the cached element without using a cache writer. This is the default setting. |
removed | String Indicates whether the element was removed. true indicates that the element was removed from the cache. false indicates that the element was not removed from the cache. |