|
SelectQueryMetadata.resolve:
Part of the cache key building mechanism is doing this:
key.append('/').append(query.getQualifier());
resulting in full DataObjects used as cache keys if a qualifier matches a DataObject. Should be using ObjectId instead.
|