method
clear_aggregation_cache
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
clear_aggregation_cache()
private
Hide source
# File activerecord/lib/active_record/aggregations.rb, line 17 def clear_aggregation_cache @aggregation_cache.clear if persisted? end