Yeah, but you either get the script to realise that it’s updated something and expire the value in the cache or just accept that the new value won’t show until the cache expires.Memcache probably isn’t that great for something which is updated often, its more used where data is read a lot to ease load on the database (and get results faster) |