write-through
In computing, a caching strategy where data is written to both the cache and the backing store at the same time, ensuring consistency.
This system employs a write-through cache.
With the write-through method, data consistency is easier to maintain.