class ActiveSupport::Cache::FileStore

def initialize(cache_path, **options)

def initialize(cache_path, **options)
  super(options)
  @cache_path = cache_path.to_s
end