Description
Add .toString methods to BitDocSet and SortedIntDocSet. The motivation here is that the "showItems" property on FastLRUCache tries to show the items inside the cache. But the output is not useful because these two classes (used as values for filter cache) do not implement toString so the Object.toString is called.