* Get a value in the cache * @param {String} key Cache key to get * @return {Promise} that will eventually resolve to the value in the cache.
(key)
| 10 | * @return {Promise} that will eventually resolve to the value in the cache. |
| 11 | */ |
| 12 | get(key) {} |
| 13 | |
| 14 | /** |
| 15 | * Set a value in the cache |
nothing calls this directly
no outgoing calls
no test coverage detected