class Sprockets::Cache::FileStore

def initialize(root)

def initialize(root)
  @root = Pathname.new(root)
end