method

clear_cache

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: QueryLogs
clear_cache() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/query_logs.rb, line 94
      def clear_cache # :nodoc:
        self.cached_comment = nil
      end
Register or log in to add new notes.