You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the API does not clear the cache because this line assumes if the auto-clear routines are disabled then the cache should not be cleared.
The easiest way to fix this would be to update the calls in the API so that they pass true to signify that the routine was being called manually, which overrides the check if the auto-clear routines are disabled.
The text was updated successfully, but these errors were encountered:
If you disable the auto-clear routines like this:
and then call the API like this:
comet_cache::clear();
the API does not clear the cache because this line assumes if the auto-clear routines are disabled then the cache should not be cleared.
The easiest way to fix this would be to update the calls in the API so that they pass
true
to signify that the routine was being called manually, which overrides the check if the auto-clear routines are disabled.The text was updated successfully, but these errors were encountered: