TransactionCacheEntry.staleWhileRevalidate
The staleWhileRevalidate method of the TransactionCacheEntry interface returns the time in milliseconds for which a cached item can safely be used despite being considered stale.
Syntaxâ
staleWhileRevalidate()
Parametersâ
None.
Return valueâ
A number which represents the time in milliseconds for which a cached item can safely be used despite being considered stale.