method

collection_cache_key

collection_cache_key(collection = all, timestamp_column = :updated_at)
public

No documentation available.

# File activerecord/lib/active_record/integration.rb, line 163
      def collection_cache_key(collection = all, timestamp_column = :updated_at) # :nodoc:
        collection.send(:compute_cache_key, timestamp_column)
      end