Hi,
someone know how i can disable the cache for specific wrapper ?
[quote name=‘creativeuser’]Hi,
someone know how i can disable the cache for specific wrapper ?[/QUOTE]
Hello creativeuser,
In this case you need to find the part of code with the “Registry::set” function, which is called for the necessary wrapper and comment it.
For example:
Registry::set(‘cquery_count_’ . md5($last_query), $count);
in the “fn.database.php” file, located in the “core” directory.
Thank you.
thanks a lot, i’ll try this
[quote name=‘creativeuser’]thanks a lot, i’ll try this :)[/QUOTE]
You are welcome!