dropToCache Method
Present data
for storage in the cache, and hence reuse by any subsequent grabFromCache.
data
will be sent to clearForCache.- The caller should never refer to
data
again.
dropToCache(data: T): void
Parameter | Type | Description |
---|---|---|
data | T | object to return to the cache. |
Returns - void
Defined in
Last Updated: 02 August, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.