get(cacheId);
Get access to a cache object by the cacheId used when it was created.
Parameters
| Param | Type | Details |
|---|---|---|
| cacheId | string | Name or id of a cache to access. |
Returns
object |
Cache object identified by the cacheId or undefined if no such cache. |
Please login to continue.