Module: JsonApiResource::Cacheable

Extended by:
ActiveSupport::Concern
Included in:
Resource
Defined in:
lib/json_api_resource/cacheable.rb

Instance Method Summary collapse

Instance Method Details

#cache_keyObject



4
5
6
# File 'lib/json_api_resource/cacheable.rb', line 4

def cache_key
  @cache_key ||= Digest::SHA256.hexdigest(self.to_json)
end