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