Class: Plyushkin::Cache::Null
- Inherits:
-
Object
- Object
- Plyushkin::Cache::Null
- Defined in:
- lib/plyushkin/cache/null.rb
Instance Method Summary collapse
Instance Method Details
#clear ⇒ Object
8 9 |
# File 'lib/plyushkin/cache/null.rb', line 8 def clear end |
#read(key) ⇒ Object
5 6 |
# File 'lib/plyushkin/cache/null.rb', line 5 def read(key) end |
#write(key, value) ⇒ Object
2 3 |
# File 'lib/plyushkin/cache/null.rb', line 2 def write(key, value) end |