Class: TwitterJekyll::NullCache Private

Inherits:
Object
  • Object
show all
Defined in:
lib/jekyll-twitter-plugin.rb

Overview

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

Cache class that does nothing

Instance Method Summary collapse

Constructor Details

#initialize(*_args) ⇒ NullCache

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.

Returns a new instance of NullCache.



58
# File 'lib/jekyll-twitter-plugin.rb', line 58

def initialize(*_args); end

Instance Method Details

#read(_key) ⇒ Object

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.



60
# File 'lib/jekyll-twitter-plugin.rb', line 60

def read(_key); end

#write(_key, _data) ⇒ Object

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.



62
# File 'lib/jekyll-twitter-plugin.rb', line 62

def write(_key, _data); end