class Geminabox::Geminabox::DiskCache

def initialize(root_path)

def initialize(root_path)
  @root_path = root_path
  ensure_dir_exists!
end