CacheState.mustInsertOrUpdate
The mustInsertOrUpdate
method of the CacheState
interface returns true
if a fresh cache item was not found, and this transaction client is expected to insert a new item or update a stale item.
Syntax
mustInsertOrUpdate()
Parameters
None.
Return value
A boolean
which represents whether a fresh cached item was found not.