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