[Cppcms-users] translate and cache
Brought to you by:
artyom-beilis
|
From: Marcel H. <ke...@co...> - 2013-07-21 17:56:34
|
Hi everyone, I'm approaching a little problem when I combine the techniques above. Let's say the client can define the language it wants. But my web-application use caching, that means there will be one version for everyone. What is a good solution: * create a cache page for every user and its corresponding language (plus triggers!) * create a cache page for every language (plus triggers for every page, plus a trigger for all pages) * disable caching? ;) Are there any other solution that were made while designing cppcms? Regards Marcel |