class method
self.cache_timestamp_format
Ruby on Rails 4.1.16
Since v3.2.22.5Indicates the format used to generate the timestamp in the cache key. Accepts any of the symbols in Time::DATE_FORMATS.
This is :nsec, by default.
Source
# File activerecord/lib/active_record/integration.rb, line 14
class_attribute :cache_timestamp_format, :instance_writer => false
Defined in activerecord/lib/active_record/integration.rb line 14
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Integration