Class: Makara::Cache::NoopStore
- Inherits:
-
Object
- Object
- Makara::Cache::NoopStore
- Defined in:
- lib/makara/cache/noop_store.rb
Instance Method Summary collapse
Instance Method Details
#read(key) ⇒ Object
5 6 7 |
# File 'lib/makara/cache/noop_store.rb', line 5 def read(key) nil end |
#write(key, value, options = {}) ⇒ Object
9 10 11 |
# File 'lib/makara/cache/noop_store.rb', line 9 def write(key, value, = {}) nil end |