Bu memcached içeriğini güncellemek mümkündür. (I php memcached kullanıyorum)
Bu benim şu anki iş akışı:
- I ilk DB üzerinden içerik alınan
- İkinci kez, bu önbellekten aynı istek
- Whenever some action happens(i.e favourite the links), flush the cache and get the results from DB
Is it possible to get the updated content only from cache
(if one record deleted, remove the record from cache and display the cache content)