Lines Matching defs:opts
20 module.exports = function get (cache, key, opts) { argument
23 module.exports.byDigest = function getByDigest (cache, digest, opts) { argument
26 function getData (byDigest, cache, key, opts) { argument
66 module.exports.sync = function get (cache, key, opts) { argument
69 module.exports.sync.byDigest = function getByDigest (cache, digest, opts) { argument
72 function getDataSync (byDigest, cache, key, opts) { argument
116 function getStream (cache, key, opts) { argument
170 function getStreamDigest (cache, integrity, opts) { argument
202 function info (cache, key, opts) { argument
214 module.exports.copy = function cp (cache, key, dest, opts) { argument
217 module.exports.copy.byDigest = function cpDigest (cache, digest, dest, opts) { argument
220 function copy (byDigest, cache, key, dest, opts) { argument