Delete APIs

remove

Removes from the cache​ by providing the key.

CacheApi.remove(String cacheName, String key) 

Parameters

cacheName: name of the cache
key:       name of the identifier

Returns

 result object

removeNoLock

Removes from the cache without locking it. The key is provided as an argument​

Cache.removeNoLock(String cacheName, String key)

Parameters

cacheName: name of the cache
key:       the identifier

Returns

 result object

clear

Description ...

CacheApi.clear(String cacheName)

Parameters

cacheName

Returns

None

Last updated