* The `get` method returns the directory for the cache. * * @method get * @param {String} label The label for the cache. * @return {String} The directory on disk which contains the cache.
(label)
| 621 | * @return {String} The directory on disk which contains the cache. |
| 622 | */ |
| 623 | get(label) { |
| 624 | return this.dirs[label]; |
| 625 | } |
| 626 | |
| 627 | /** |
| 628 | * The `destroy` method removes all evidence of the package cache. |
no outgoing calls
no test coverage detected