If I use DbService getObject to load an object and then call getObject with the same where criteria array but a different sort order, the new sort order is not considered in returning an object because it is returned from the cache which doesn't consider ordering.
If I use DbService getObject to load an object and then call getObject with the same where criteria array but a different sort order, the new sort order is not considered in returning an object because it is returned from the cache which doesn't consider ordering.
This problem also exists in getObjects.