* Set a value in the cache * @param {String} key Cache key to set * @param {String} value Value to set the key * @param {String} ttl Optional TTL
(key, value, ttl)
| 18 | * @param {String} ttl Optional TTL |
| 19 | */ |
| 20 | put(key, value, ttl) {} |
| 21 | |
| 22 | /** |
| 23 | * Remove a value from the cache. |
nothing calls this directly
no outgoing calls
no test coverage detected