I am trying to understand how data gets reflected in database on modifying default ‘count’ field.
I reached the point where modified value is stored in cache and marked as dirty to store in database when xblock is saved.
But I’m unable to understand exactly at what point xblock.save() method is called?
Will be a great help if anyone can guide me on this.