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. |
value | Object Value of the element to remove. |
removed | String Indicates whether the service removed the element. true indicates that the element was removed from the cache. false indicates that the element was not removed from the cache. The service returns false if the specified key and value do not exist in the cache. |