Delete APIs
remove
CacheApi.remove(String cacheName, String key) cacheName: name of the cache
key: name of the identifier result objectremoveNoLock
Cache.removeNoLock(String cacheName, String key)cacheName: name of the cache
key: the identifier result objectclear
Last updated
Was this helpful?