Method: TwitterJekyll::ApiRequest#cache_key

Defined in:
lib/jekyll-twitter-plugin.rb

#cache_keyObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

A cache key applicable to the current request with params



125
126
127
# File 'lib/jekyll-twitter-plugin.rb', line 125

def cache_key
  Digest::MD5.hexdigest("#{self.class.name}-#{unique_request_key}")
end