[page] désactivation du cache

This commit is contained in:
Maxime Alves LIRMM@home 2021-04-15 14:14:08 +02:00
commit f1bbc06eb1

View file

@ -225,8 +225,8 @@ void page::display(std::string slug)
{
this->slug=slug;
std::string key="article_"+locale_name+":"+slug;
if(cache().fetch_page(key))
return;
// if(cache().fetch_page(key))
// return;
content::page c;
cppdb::session sql(conn);