caching..
write through cache: When data is written to the cache and the DB at the same time. write around cache: When the data is written into DB and when the user requests the data, it is a cache miss and then the data is loaded to cache storage. write back