Module: TwitterJekyll::Cacheable
- Included in:
- Oembed
- Defined in:
- lib/jekyll-twitter-plugin.rb
Instance Method Summary collapse
Instance Method Details
#cache_key ⇒ Object
61 62 63 |
# File 'lib/jekyll-twitter-plugin.rb', line 61 def cache_key Digest::MD5.hexdigest("#{self.class.name}-#{key}") end |
#key ⇒ Object
65 |
# File 'lib/jekyll-twitter-plugin.rb', line 65 def key; end |