class Geminabox::Geminabox::DiskCache

def flush_key(key)

def flush_key(key)
  path = path(key_hash(key))
  FileUtils.rm_f(path)
end