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 identifierReturns
result objectremoveNoLock
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 identifierReturns
result objectclear
Description ...
CacheApi.clear(String cacheName)Parameters
cacheNameReturns
NoneLast updated
Was this helpful?