| For the moment I am carrying an extra field on the StandardCacheEntryImpl to hold the text representation of the cached state based on each value's Type#toLoggableString which is much better about building a toString. For a Blob this would resolve to a literal indicator: "BLOB {...} ". We might also decide to just drop the toString there altogether |