class Geminabox::Geminabox::DiskCache

def write_int(key_hash)

def write_int(key_hash)
  File.open(path(key_hash), 'wb') { |f| yield(f) }
end