Example. 1. Find data 1 (id: 1, name: test) 2. Update data 1 (id: 1, name: nottest) 3. Find data 1 -> this is the data that will be returned with `name=test`. So, should an option be added in this case to turn off the cache?