Method: ContentfulRails::Caching::Timestamps::ClassMethods#timestamp_cache_key
- Defined in:
- lib/contentful_rails/caching/timestamps.rb
#timestamp_cache_key(item_id) ⇒ Object
Get the cache key for the timestamp
24 25 26 |
# File 'lib/contentful_rails/caching/timestamps.rb', line 24 def (item_id) "contentful_timestamp/#{content_type_id}/#{item_id}" end |