var MapCache = ,
setCacheAdd = ,
setCacheHas = ;
/**
*
* Creates an array cache object to store unique values.
*
* @private
* @constructor
* @param {Array} [values] The values to cache.
*/
// Add methods to `SetCache`.
. = . = setCacheAdd;
. = setCacheHas;
module.exports = SetCache;