11 12 13
# File 'lib/catche/adapter/base.rb', line 11 def write(key, value) adapter.write(key, value) end