class Cachy::MonetaWrapper

Wrapper for Moneta github.com/wycats/moneta/tree/master

Public Instance Methods

write(key, result, options={}) click to toggle source
# File lib/cachy/moneta_wrapper.rb, line 5
def write(key, result, options={})
  @wrapped.store(key, result, options)
end