Per subject, if you try to store a Set object, the operation fails, storing an empty object instead. For example: ```js const colors = new Set(); colors.add('blue'); colors.add('red'); lscache.set('colors', colors); ```
Per subject, if you try to store a Set object, the operation fails, storing an empty object instead.
For example: