TransactionCacheEntry.state
The state
method of the TransactionCacheEntry
interface returns a CacheState
instance which reflects the current state of this TransactionCacheEntry
instance.
Syntax
state()
Parameters
None.
Return value
A CacheState
instance which reflects the current state of this TransactionCacheEntry
instance.