I rely on the cache counter value in my model's hook_out_create. However, my hook is called before the counter cache is updated, thereby breaking the calculations.
Is there a way to make the cache counter "reset" so that I always see the last value in after_create?
source
share