SimpleCacheEntry.text()
The text()
method of the SimpleCacheEntry
interface takes the instance's stream and reads it to completion.
It returns a promise that resolves with a String
.
The result is always decoded using UTF-8.
Syntax
text()
Parameters
None.
Return value
A Promise that resolves with a String
.